Date: Wed, 11 Mar 2015 22:00:19 +0000 (UTC) From: Antoine Brodin <antoine@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r381043 - head/devel/mono-addins Message-ID: <201503112200.t2BM0JHh053661@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: antoine Date: Wed Mar 11 22:00:18 2015 New Revision: 381043 URL: https://svnweb.freebsd.org/changeset/ports/381043 QAT: https://qat.redports.org/buildarchive/r381043/ Log: Do not override USES (and unbreak when no TZ is set) Reported by: pkg-fallout Modified: head/devel/mono-addins/Makefile Modified: head/devel/mono-addins/Makefile ============================================================================== --- head/devel/mono-addins/Makefile Wed Mar 11 21:56:36 2015 (r381042) +++ head/devel/mono-addins/Makefile Wed Mar 11 22:00:18 2015 (r381043) @@ -9,8 +9,6 @@ COMMENT= Mono framework to create extens LICENSE= MIT -USES= mono - USE_GITHUB= yes GH_ACCOUNT= mono GH_TAGNAME= ${DISTNAME} @@ -20,7 +18,7 @@ GNU_CONFIGURE= yes USE_AUTOTOOLS= aclocal autoconf automake ACLOCAL_ARGS= -I . AUTOMAKE_ARGS+= --gnu --add-missing -USES= gmake pkgconfig +USES= gmake mono pkgconfig WANT_GNOME= yes OPTIONS_DEFINE= GTK2
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201503112200.t2BM0JHh053661>