diff options
author | wiz <wiz> | 2002-10-13 12:09:13 +0000 |
---|---|---|
committer | wiz <wiz> | 2002-10-13 12:09:13 +0000 |
commit | d4017a4350d0e3fcab43802cc00494425b30f75f (patch) | |
tree | 826b9e1fa4eb1a178edad871b52d2310529a37d9 /emulators | |
parent | 0581ff9b6081a0fcd91af5a61161a3921ea841cc (diff) | |
download | pkgsrc-d4017a4350d0e3fcab43802cc00494425b30f75f.tar.gz |
buildlink1 -> buildlink2.
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/snes9x/Makefile | 5 |
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" |