diff options
author | vanilla <vanilla@FreeBSD.org> | 2004-02-26 03:29:19 +0800 |
---|---|---|
committer | vanilla <vanilla@FreeBSD.org> | 2004-02-26 03:29:19 +0800 |
commit | 5581c79ee1a33031f01ddba4e10624f7e96a12d1 (patch) | |
tree | f532439c020b1025fbbc0c4139b03d63a8fe45a2 /lang/pike72 | |
parent | 4c35340ff80d79c0a7d0f89b2537bba7ab25300c (diff) | |
download | freebsd-ports-graphics-5581c79ee1a33031f01ddba4e10624f7e96a12d1.tar.gz freebsd-ports-graphics-5581c79ee1a33031f01ddba4e10624f7e96a12d1.tar.zst freebsd-ports-graphics-5581c79ee1a33031f01ddba4e10624f7e96a12d1.zip |
Stopping using nasm when compiling pike.
Non i386 platforms should be now happy with compiling Pike.
PR: ports/63350
Submitted by: maintainer
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 ad38d9e890b..0cd27852ba3 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. |