diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-07-24 06:09:47 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-07-24 06:09:47 +0000 |
commit | fb76132ef27b2e9595140f0891a8af753676b448 (patch) | |
tree | 6f7be093755e694fed572ac1a5879d8e7d27600c /devel/monodevelop | |
parent | 54db8c8a2f7ca2c3770f655a8e84f5c453278337 (diff) |
Notes
Diffstat (limited to 'devel/monodevelop')
-rw-r--r-- | devel/monodevelop/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/devel/monodevelop/Makefile b/devel/monodevelop/Makefile index 4e0af389ee39..a806dd73c70b 100644 --- a/devel/monodevelop/Makefile +++ b/devel/monodevelop/Makefile @@ -17,13 +17,14 @@ RUN_DEPENDS= ${LOCALBASE}/lib/libgdiplus.a:${PORTSDIR}/x11-toolkits/libgdiplus \ mautil:${PORTSDIR}/devel/mono-addins USE_GNOME= gnomehack gtksharp20 gnomesharp20 -USE_GMAKE= yes USE_AUTOTOOLS= libtool USE_BZIP2= yes MAN1= mdtool.1 monodevelop.1 -USES= gettext +USES= gettext gmake INSTALLS_ICONS= yes +BROKEN= Does not build with recent mono + OPTIONS_DEFINE= MONOEXT GIT SVN OPTIONS_DEFAULT= MONOEXT GIT SVN MONOEXT_DESC= Extensions for Mono development |