pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/emulators/snes9x Only depend on nasm for the i386 buil...
details: https://anonhg.NetBSD.org/pkgsrc/rev/ac09d89ae4cb
branches: trunk
changeset: 509913:ac09d89ae4cb
user: ben <ben%pkgsrc.org@localhost>
date: Sat Mar 18 13:28:53 2006 +0000
description:
Only depend on nasm for the i386 build. Addresses PR#33084
diffstat:
emulators/snes9x/Makefile | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diffs (39 lines):
diff -r 2fc80698a081 -r ac09d89ae4cb emulators/snes9x/Makefile
--- a/emulators/snes9x/Makefile Sat Mar 18 06:54:49 2006 +0000
+++ b/emulators/snes9x/Makefile Sat Mar 18 13:28:53 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.33 2006/03/09 21:04:43 jlam Exp $
+# $NetBSD: Makefile,v 1.34 2006/03/18 13:28:53 ben Exp $
DISTNAME= s9xs139
PKGNAME= snes9x-1.39
@@ -7,12 +7,10 @@
MASTER_SITES= http://www.snes9x.com/zips/
EXTRACT_SUFX= .zip
-MAINTAINER= jmcneill%NetBSD.org@localhost
+MAINTAINER= ben%NetBSD.org@localhost
HOMEPAGE= http://www.snes9x.com/
COMMENT= Super Nintendo Entertainment System (SNES) emulator
-BUILD_DEPENDS+= nasm>=0.98:../../devel/nasm
-
WRKSRC= ${WRKDIR}/release
USE_TOOLS+= gmake
PTHREAD_OPTS+= require
@@ -34,6 +32,7 @@
PKG_OPTIONS_VAR= PKG_OPTIONS.snes9x
.if ${MACHINE_ARCH} == "i386"
+BUILD_DEPENDS+= nasm>=0.98:../../devel/nasm
PKG_SUPPORTED_OPTIONS= mmx
.endif
@@ -67,6 +66,7 @@
.endif
.endif
+.include "../../devel/zlib/buildlink3.mk"
.include "../../mk/oss.buildlink3.mk"
.include "../../mk/pthread.buildlink3.mk"
.include "../../mk/x11.buildlink3.mk"
Home |
Main Index |
Thread Index |
Old Index