summaryrefslogtreecommitdiff
path: root/emulators/snes9x
diff options
context:
space:
mode:
authorsnj <snj>2004-04-11 16:58:18 +0000
committersnj <snj>2004-04-11 16:58:18 +0000
commit6a55b91b61fcce8196f9ed7e95169c314d92b663 (patch)
treef87b7a3d33a7876f10133597cd793425bfca7d89 /emulators/snes9x
parent102332707aaaaecbd570c2415255b03415e6ec01 (diff)
downloadpkgsrc-6a55b91b61fcce8196f9ed7e95169c314d92b663.tar.gz
Convert to buildlink3.
Diffstat (limited to 'emulators/snes9x')
-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"