diff options
author | rene <rene@FreeBSD.org> | 2013-02-21 06:59:10 +0800 |
---|---|---|
committer | rene <rene@FreeBSD.org> | 2013-02-21 06:59:10 +0800 |
commit | 97d84b68d22edffef28f0fa56459a2c4ae66dc9c (patch) | |
tree | e0f1c201f70a919e552d4cec56721cff0468abb6 /net-p2p | |
parent | 7c5a3b180bf61c97414336c1f3a0361946617268 (diff) | |
download | freebsd-ports-gnome-97d84b68d22edffef28f0fa56459a2c4ae66dc9c.tar.gz freebsd-ports-gnome-97d84b68d22edffef28f0fa56459a2c4ae66dc9c.tar.zst freebsd-ports-gnome-97d84b68d22edffef28f0fa56459a2c4ae66dc9c.zip |
Convert to optionsNG (rename GUI to WXGTK to get a more accure description)
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/solidcoin/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/net-p2p/solidcoin/Makefile b/net-p2p/solidcoin/Makefile index 941bded3dd92..80a2b056a707 100644 --- a/net-p2p/solidcoin/Makefile +++ b/net-p2p/solidcoin/Makefile @@ -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" |