diff options
author | bapt <bapt@FreeBSD.org> | 2012-06-12 17:17:03 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2012-06-12 17:17:03 +0800 |
commit | b67ba60a7d0b5167d89ba666bdb676db02c386e2 (patch) | |
tree | 04c579b603f0b42fdce1b378ded7e40d5fd46081 /devel/gecode/Makefile | |
parent | 3bcf5fedc5e27b6566c20a0863f490c35386e192 (diff) | |
download | freebsd-ports-gnome-b67ba60a7d0b5167d89ba666bdb676db02c386e2.tar.gz freebsd-ports-gnome-b67ba60a7d0b5167d89ba666bdb676db02c386e2.tar.zst freebsd-ports-gnome-b67ba60a7d0b5167d89ba666bdb676db02c386e2.zip |
Convert to new options framework
Diffstat (limited to 'devel/gecode/Makefile')
-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="" |