aboutsummaryrefslogtreecommitdiffstats
path: root/lang/pike76
diff options
context:
space:
mode:
authoredwin <edwin@FreeBSD.org>2007-10-04 09:25:18 +0800
committeredwin <edwin@FreeBSD.org>2007-10-04 09:25:18 +0800
commitec40c1b18590a321d5dbd5ebbd73bea024902e87 (patch)
tree8e3df2c273b28d72e1077fa05e7244c8733a9f7a /lang/pike76
parent7414fe7f0eb5384bcf0deaf5f4587f1c219c904e (diff)
downloadfreebsd-ports-gnome-ec40c1b18590a321d5dbd5ebbd73bea024902e87.tar.gz
freebsd-ports-gnome-ec40c1b18590a321d5dbd5ebbd73bea024902e87.tar.zst
freebsd-ports-gnome-ec40c1b18590a321d5dbd5ebbd73bea024902e87.zip
Remove always-false/true conditions based on OSVERSION 500000
Diffstat (limited to 'lang/pike76')
-rw-r--r--lang/pike76/Makefile8
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