summaryrefslogtreecommitdiff
path: root/lang/pike72
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2007-10-04 01:25:18 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2007-10-04 01:25:18 +0000
commit5555d89b50c7710cb97fb22ca6af251e6404e404 (patch)
tree700b4c9a8ec0af3f2f98ea0c4dc852268cc67aaf /lang/pike72
parentRemove always-false/true conditions based on OSVERSION 500000 (diff)
Remove always-false/true conditions based on OSVERSION 500000
Notes
Notes: svn path=/head/; revision=200774
Diffstat (limited to 'lang/pike72')
-rw-r--r--lang/pike72/Makefile8
1 files changed, 2 insertions, 6 deletions
diff --git a/lang/pike72/Makefile b/lang/pike72/Makefile
index 66b196ac91be..238963effffd 100644
--- a/lang/pike72/Makefile
+++ b/lang/pike72/Makefile
@@ -19,7 +19,8 @@ COMMENT= A dynamic programming language with a syntax similar to C++
LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \
tiff.4:${PORTSDIR}/graphics/tiff \
gdbm.3:${PORTSDIR}/databases/gdbm \
- mird.1:${PORTSDIR}/databases/mird
+ mird.1:${PORTSDIR}/databases/mird \
+ gmp.7:${PORTSDIR}/math/libgmp4
WRKSRC= ${WRKDIR}/${DISTNAME}/src/
@@ -63,11 +64,6 @@ CONFIGURE_ARGS+= --with-long-double-precision
PLIST_SUB+= PORTVERSION=${PORTVERSION}
-# FreeBSD 5.0 Needs to have libgmp port to support gmp.
-.if ${OSVERSION} >= 500000
-LIB_DEPENDS+= gmp.7:${PORTSDIR}/math/libgmp4
-.endif
-
.if exists(${LOCALBASE}/lib/libttf.so.4)
WITH_TTF= yes
.endif