Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 20 Feb 2013 22:59:10 +0000 (UTC)
From:      Rene Ladan <rene@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r312681 - head/net-p2p/solidcoin
Message-ID:  <201302202259.r1KMxA2k063858@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: rene
Date: Wed Feb 20 22:59:10 2013
New Revision: 312681
URL: http://svnweb.freebsd.org/changeset/ports/312681

Log:
  Convert to optionsNG (rename GUI to WXGTK to get a more accure description)

Modified:
  head/net-p2p/solidcoin/Makefile

Modified: head/net-p2p/solidcoin/Makefile
==============================================================================
--- head/net-p2p/solidcoin/Makefile	Wed Feb 20 22:37:48 2013	(r312680)
+++ head/net-p2p/solidcoin/Makefile	Wed Feb 20 22:59:10 2013	(r312681)
@@ -17,7 +17,8 @@ BROKEN=		Does not build
 BUILD_DEPENDS=	${LOCALBASE}/include/boost/graph/parallel/algorithm.hpp:${PORTSDIR}/devel/boost-libs
 LIB_DEPENDS=	boost_date_time:${PORTSDIR}/devel/boost-libs
 
-OPTIONS=	GUI "Build with wxWidgets GUI" on
+OPTIONS_DEFINE=	WXGTK X11
+OPTIONS_DEFAULT=	WXGTK X11
 
 USE_ZIP=	yes
 USE_GMAKE=	yes
@@ -34,7 +35,7 @@ WRKSRC=		${WRKDIR}/src
 
 .include <bsd.port.options.mk>
 
-.if defined(WITH_GUI) && !defined(WITHOUT_X11)
+.if ${PORT_OPTIONS:MWXGTK} && ${PORT_OPTIONS:MX11}
 USE_WX=		2.9
 DESKTOP_ENTRIES="Solidcoin" "${COMMENT}" "" "${PORTNAME}" "" "true"
 



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