svn commit: r318653 - head/devel/mono-addins

Romain Tartière romain at FreeBSD.org
Tue May 21 07:52:15 UTC 2013


Author: romain
Date: Tue May 21 07:52:14 2013
New Revision: 318653
URL: http://svnweb.freebsd.org/changeset/ports/318653

Log:
  Fix OPTIONS logic.
  
  When switched at r317875 to the new OPTIONS framework, the test was broken.
  Restore a proper test by checking only the option offered to the user.
  
  Reported by:	Xavier <xavier_freebsdmono at aim.com>
  Pointyhat to:	bapt

Modified:
  head/devel/mono-addins/Makefile

Modified: head/devel/mono-addins/Makefile
==============================================================================
--- head/devel/mono-addins/Makefile	Tue May 21 07:38:08 2013	(r318652)
+++ head/devel/mono-addins/Makefile	Tue May 21 07:52:14 2013	(r318653)
@@ -2,6 +2,7 @@
 
 PORTNAME=	mono-addins
 PORTVERSION=	0.6.2
+PORTREVISION=	1
 CATEGORIES=	devel
 MASTER_SITES=	http://download.mono-project.com/sources/${PORTNAME}/
 
@@ -29,7 +30,7 @@ PLIST_SUB+=	VER=0.6.0
 .include <bsd.port.pre.mk>
 .include "${.CURDIR}/../../lang/mono/bsd.mono.mk"
 
-.if ${PORT_OPTIONS:MGTK2} && ${PORT_OPTIONS:MGUI} && ${PORT_OPTIONS:MX11}
+.if ${PORT_OPTIONS:MGTK2}
 USE_GNOME+=	gtksharp20
 CONFIGURE_ARGS+=	--enable-gui
 PLIST_SUB+=	OPT_GTK2=""


More information about the svn-ports-head mailing list