[Midnightbsd-cvs] mports: Makefile: remove yasm/nasm depends which is no longer needed.

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Fri Nov 23 15:27:41 EST 2007


Log Message:
-----------
remove yasm/nasm depends which is no longer needed.

Modified Files:
--------------
    mports/lang/nwcc:
        Makefile (r1.8 -> r1.9)

-------------- next part --------------
Index: Makefile
===================================================================
RCS file: /home/cvs/mports/lang/nwcc/Makefile,v
retrieving revision 1.8
retrieving revision 1.9
diff -L lang/nwcc/Makefile -L lang/nwcc/Makefile -u -r1.8 -r1.9
--- lang/nwcc/Makefile
+++ lang/nwcc/Makefile
@@ -7,6 +7,7 @@
 
 PORTNAME=	nwcc
 PORTVERSION=	0.7.4
+PORTREVISION=	1
 CATEGORIES=	lang
 DISTFILES=	nwcc_0.7.4.tar.gz
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
@@ -22,13 +23,6 @@
 
 .include <bsd.port.pre.mk>
 
-.if ${ARCH} != i386
-BUILD_DEPENDS= ${LOCALBASE}/bin/yasm:${PORTSDIR}/devel/yasm
-.else
-BUILD_DEPENDS=  ${LOCALBASE}/bin/nasm:${PORTSDIR}/devel/nasm
-.endif
-RUN_DEPENDS= ${BUILD_DEPENDS}
-
 post-install:
 	${CP} -n ${WRKSRC}/nwcc.conf.sample ${PREFIX}/etc/nwcc.conf.sample
 


More information about the Midnightbsd-cvs mailing list