Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 21 May 2013 07:52:15 +0000 (UTC)
From:      Romain Tartière <romain@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r318653 - head/devel/mono-addins
Message-ID:  <201305210752.r4L7qFlA078905@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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=""



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201305210752.r4L7qFlA078905>