aboutsummaryrefslogtreecommitdiff
path: root/devel/gecode
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2012-06-12 09:17:03 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2012-06-12 09:17:03 +0000
commit36aec2ee4d4789c8cc6ad940264e1a101d8a7977 (patch)
treefadc33ad2f29c6931b7a10a46ca3d20a561a3331 /devel/gecode
parent59642d1219c0fc9ff42830b664320824c78e3a3f (diff)
downloadports-36aec2ee4d4789c8cc6ad940264e1a101d8a7977.tar.gz
ports-36aec2ee4d4789c8cc6ad940264e1a101d8a7977.zip
Notes
Diffstat (limited to 'devel/gecode')
-rw-r--r--devel/gecode/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/devel/gecode/Makefile b/devel/gecode/Makefile
index 8ba2cbad8f68..ea866fe2f8c9 100644
--- a/devel/gecode/Makefile
+++ b/devel/gecode/Makefile
@@ -15,7 +15,8 @@ COMMENT= Generic Constraint Development Environment
LICENSE= MIT
-OPTIONS= GIST "Interactive Search Tool (requires Qt)" Off
+OPTIONS_DEFINE= GIST
+GIST_DESC= Interactive Search Tool (requires Qt)
USE_PERL5_BUILD=yes
USE_BISON= build
@@ -38,7 +39,7 @@ MAKE_JOBS_UNSAFE=yes
.include <bsd.port.options.mk>
-.if defined(WITH_GIST)
+.if ${PORT_OPTIONS:MGIST}
USE_QT4= corelib gui moc_build qmake_build
CONFIGURE_ARGS+=--enable-gist --enable-qt
PLIST_SUB+= GIST=""