svn commit: r381043 - head/devel/mono-addins
Antoine Brodin
antoine at FreeBSD.org
Wed Mar 11 22:00:19 UTC 2015
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
More information about the svn-ports-all
mailing list