summaryrefslogtreecommitdiff
path: root/emulators/snes9x
diff options
context:
space:
mode:
authorwiz <wiz>2002-10-13 12:09:13 +0000
committerwiz <wiz>2002-10-13 12:09:13 +0000
commit77d291ac8a797c7db2c92e9aec9a35079842ac03 (patch)
tree826b9e1fa4eb1a178edad871b52d2310529a37d9 /emulators/snes9x
parentb02658e766cc415dace290094f490bd0ab84fa9c (diff)
downloadpkgsrc-77d291ac8a797c7db2c92e9aec9a35079842ac03.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"