diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2012-06-12 09:17:03 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2012-06-12 09:17:03 +0000 |
commit | 36aec2ee4d4789c8cc6ad940264e1a101d8a7977 (patch) | |
tree | fadc33ad2f29c6931b7a10a46ca3d20a561a3331 /devel/gecode | |
parent | 59642d1219c0fc9ff42830b664320824c78e3a3f (diff) |
Notes
Diffstat (limited to 'devel/gecode')
-rw-r--r-- | devel/gecode/Makefile | 5 |
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="" |