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/pike72 | |
parent | 42b9878de05e3fd31b1537c7fb21ea8d4260e335 (diff) | |
download | ports-5555d89b50c7710cb97fb22ca6af251e6404e404.tar.gz ports-5555d89b50c7710cb97fb22ca6af251e6404e404.zip |
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/Makefile | 8 |
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 |