summaryrefslogtreecommitdiff
path: root/emulators
diff options
context:
space:
mode:
authorsnj <snj@pkgsrc.org>2004-04-11 16:58:18 +0000
committersnj <snj@pkgsrc.org>2004-04-11 16:58:18 +0000
commit043b75309685d2ca26ffa457e546ec167f1b31ee (patch)
treef87b7a3d33a7876f10133597cd793425bfca7d89 /emulators
parent7b6524acfd4c1368ddbef9e5b40c4a15551f4a1d (diff)
downloadpkgsrc-043b75309685d2ca26ffa457e546ec167f1b31ee.tar.gz
Convert to buildlink3.
Diffstat (limited to 'emulators')
-rw-r--r--emulators/snes9x/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/emulators/snes9x/Makefile b/emulators/snes9x/Makefile
index 26872f91362..ba0bc1312c5 100644
--- a/emulators/snes9x/Makefile
+++ b/emulators/snes9x/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.18 2004/01/22 08:36:04 grant Exp $
+# $NetBSD: Makefile,v 1.19 2004/04/11 17:02:59 snj Exp $
DISTNAME= s9xs139
PKGNAME= snes9x-1.39
@@ -14,7 +14,7 @@ COMMENT= Super Nintendo Entertainment System (SNES) emulator
BUILD_DEPENDS+= nasm>=0.98:../../devel/nasm
WRKSRC= ${WRKDIR}/release
-USE_BUILDLINK2= yes
+USE_BUILDLINK3= yes
USE_GNU_TOOLS+= make
USE_X11= yes
PTHREAD_OPTS= require
@@ -62,5 +62,5 @@ MAKE_ENV+= USBHID_H=1
.endif
.endif
-.include "../../mk/pthread.buildlink2.mk"
+.include "../../mk/pthread.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"