From 97d84b68d22edffef28f0fa56459a2c4ae66dc9c Mon Sep 17 00:00:00 2001 From: rene Date: Wed, 20 Feb 2013 22:59:10 +0000 Subject: Convert to optionsNG (rename GUI to WXGTK to get a more accure description) --- net-p2p/solidcoin/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'net-p2p/solidcoin') 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 -.if defined(WITH_GUI) && !defined(WITHOUT_X11) +.if ${PORT_OPTIONS:MWXGTK} && ${PORT_OPTIONS:MX11} USE_WX= 2.9 DESKTOP_ENTRIES="Solidcoin" "${COMMENT}" "" "${PORTNAME}" "" "true" -- cgit