diff options
author | roam <roam@FreeBSD.org> | 2011-01-25 23:12:54 +0800 |
---|---|---|
committer | roam <roam@FreeBSD.org> | 2011-01-25 23:12:54 +0800 |
commit | afbe5556ca68d412fd11cfcd1881c5be15b5f7c0 (patch) | |
tree | a822fff9bbab752253cca678290ecfaec87fdbc7 /devel/gecode/Makefile | |
parent | 105602281e3192b26c24d7eee9392d0c4b27d697 (diff) | |
download | freebsd-ports-gnome-afbe5556ca68d412fd11cfcd1881c5be15b5f7c0.tar.gz freebsd-ports-gnome-afbe5556ca68d412fd11cfcd1881c5be15b5f7c0.tar.zst freebsd-ports-gnome-afbe5556ca68d412fd11cfcd1881c5be15b5f7c0.zip |
Oops, fix the build by depending on Perl.
While I'm here, mark the configure patch as forwarded upstream, although
it would only be fair to say that upstream noticed it by themselves and
committed it to their tree before I had a chance to contact them about it :)
Feature safe: yes
Diffstat (limited to 'devel/gecode/Makefile')
-rw-r--r-- | devel/gecode/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/gecode/Makefile b/devel/gecode/Makefile index bb0f9c2a56f3..7d644f4ee367 100644 --- a/devel/gecode/Makefile +++ b/devel/gecode/Makefile @@ -20,6 +20,7 @@ LICENSE= MIT USE_GMAKE= yes GNU_CONFIGURE= yes USE_LDCONFIG= yes +USE_PERL5_BUILD= yes MAKE_JOBS_UNSAFE= yes PATCH_STRIP= -p1 |