diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 2004-02-25 19:29:19 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 2004-02-25 19:29:19 +0000 |
commit | ae31449126838a0cdf79af0a8fe2b25439480e45 (patch) | |
tree | 3adc9ce32e31e891bb2f74bc718a9e28bb3e2325 /lang/pike72 | |
parent | 760403690f6ab38ffcb259c4fcf5c255f6494154 (diff) |
Notes
Diffstat (limited to 'lang/pike72')
-rw-r--r-- | lang/pike72/Makefile | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/lang/pike72/Makefile b/lang/pike72/Makefile index ad38d9e890be..0cd27852ba37 100644 --- a/lang/pike72/Makefile +++ b/lang/pike72/Makefile @@ -21,10 +21,6 @@ DISTNAME= pike-${PORTVERSION} MAINTAINER= kiwi@oav.net COMMENT= A dynamic programming language with a syntax similar to C++ -.if (${MACHINE} == "i386") -BUILD_DEPENDS+= nasm:${PORTSDIR}/devel/nasm/ -.endif - LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \ tiff.4:${PORTSDIR}/graphics/tiff \ gdbm.3:${PORTSDIR}/databases/gdbm \ @@ -67,10 +63,6 @@ CONFIGURE_ARGS+= --without-debug \ .include <bsd.port.pre.mk> -.if ${ARCH} != "i386" -BROKEN= "Does not compile on !i386" -.endif - PLIST_SUB+= PORTVERSION=${PORTVERSION} # FreeBSD 5.0 Needs to have libgmp port to support gmp. |