diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2014-02-19 09:00:59 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2014-02-19 09:00:59 +0000 |
commit | 1a79b216771fe9869fe737ad6cd71d40e9fe0530 (patch) | |
tree | 610542b25b924d102e64190b0e458b5567b85b40 /devel/gecode | |
parent | b23ce6574a991f3a9738f2dd888cd567ac31fb23 (diff) |
Notes
Diffstat (limited to 'devel/gecode')
-rw-r--r-- | devel/gecode/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/devel/gecode/Makefile b/devel/gecode/Makefile index 45e1cea7d43d..b296db448def 100644 --- a/devel/gecode/Makefile +++ b/devel/gecode/Makefile @@ -15,8 +15,7 @@ OPTIONS_DEFINE= GIST GIST_DESC= Interactive Search Tool (requires Qt) USE_PERL5= build -USES= bison perl5 -USE_GMAKE= yes +USES= bison perl5 gmake GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-static \ --enable-shared \ @@ -33,7 +32,6 @@ CONFIGURE_ARGS= --disable-static \ USE_LDCONFIG= yes MAKE_JOBS_UNSAFE=yes -NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MGIST} |