diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2007-10-04 01:25:18 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2007-10-04 01:25:18 +0000 |
commit | 5555d89b50c7710cb97fb22ca6af251e6404e404 (patch) | |
tree | 700b4c9a8ec0af3f2f98ea0c4dc852268cc67aaf /lang/pike76/Makefile | |
parent | 42b9878de05e3fd31b1537c7fb21ea8d4260e335 (diff) | |
download | ports-5555d89b50c7710cb97fb22ca6af251e6404e404.tar.gz ports-5555d89b50c7710cb97fb22ca6af251e6404e404.zip |
Notes
Diffstat (limited to 'lang/pike76/Makefile')
-rw-r--r-- | lang/pike76/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/lang/pike76/Makefile b/lang/pike76/Makefile index 8b2c95350e20..4cd55fd2d436 100644 --- a/lang/pike76/Makefile +++ b/lang/pike76/Makefile @@ -24,7 +24,8 @@ LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \ gdbm.3:${PORTSDIR}/databases/gdbm \ pcre.0:${PORTSDIR}/devel/pcre \ nettle.2:${PORTSDIR}/security/nettle \ - mird.1:${PORTSDIR}/databases/mird + mird.1:${PORTSDIR}/databases/mird \ + gmp.7:${PORTSDIR}/math/libgmp4 OPTIONS= TTF "Add FreeType 1 support" on \ FREETYPE "Add FreeType 2 support" on \ @@ -89,11 +90,6 @@ PLIST_SUB+= PORTVERSION=${PORTVERSION} BROKEN= Does not compile .endif -# FreeBSD 5.0 Needs to have libgmp port to support gmp. -.if ${OSVERSION} >= 500000 -LIB_DEPENDS+= gmp.7:${PORTSDIR}/math/libgmp4 -.endif - # Allow building Embedded Perl CONFIGURE_ARGS+= --with-perl USE_PERL5= YES |