summaryrefslogtreecommitdiff
path: root/emulators/snes9x
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2002-10-13 12:09:13 +0000
committerwiz <wiz@pkgsrc.org>2002-10-13 12:09:13 +0000
commit29f012dbbf91b14df6bd8db87f8dd7770c147c6b (patch)
tree826b9e1fa4eb1a178edad871b52d2310529a37d9 /emulators/snes9x
parent6676fc5687a9a05cc0790dc1d38faaf140a68e50 (diff)
downloadpkgsrc-29f012dbbf91b14df6bd8db87f8dd7770c147c6b.tar.gz
buildlink1 -> buildlink2.
Diffstat (limited to 'emulators/snes9x')
-rw-r--r--emulators/snes9x/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/emulators/snes9x/Makefile b/emulators/snes9x/Makefile
index a180ba01615..eadeea23f74 100644
--- a/emulators/snes9x/Makefile
+++ b/emulators/snes9x/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2002/08/01 05:48:11 jlam Exp $
+# $NetBSD: Makefile,v 1.12 2002/10/13 12:09:13 wiz Exp $
DISTNAME= s9xs139
PKGNAME= snes9x-1.39
@@ -14,6 +14,7 @@ COMMENT= Super Nintendo Entertainment System (SNES) emulator
BUILD_DEPENDS+= nasm>=0.98:../../devel/nasm
+USE_BUILDLINK2= yes
USE_GMAKE= yes
USE_X11= yes
PTHREAD_OPTS= require
@@ -61,5 +62,5 @@ MAKE_ENV+= USBHID_H=1
.endif
.endif
-.include "../../mk/pthread.buildlink.mk"
+.include "../../mk/pthread.buildlink2.mk"
.include "../../mk/bsd.pkg.mk"