From ae31449126838a0cdf79af0a8fe2b25439480e45 Mon Sep 17 00:00:00 2001 From: "Vanilla I. Shu" Date: Wed, 25 Feb 2004 19:29:19 +0000 Subject: Stopping using nasm when compiling pike. Non i386 platforms should be now happy with compiling Pike. PR: ports/63350 Submitted by: maintainer --- lang/pike72/Makefile | 8 -------- 1 file changed, 8 deletions(-) (limited to 'lang/pike72') 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 -.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. -- cgit v1.2.3