diff options
author | snj <snj@pkgsrc.org> | 2004-04-11 16:58:18 +0000 |
---|---|---|
committer | snj <snj@pkgsrc.org> | 2004-04-11 16:58:18 +0000 |
commit | 925559cc82c888c8562f2e94ccb51c03d466404a (patch) | |
tree | f87b7a3d33a7876f10133597cd793425bfca7d89 /emulators | |
parent | a7f27abfebaf8ec3869c32443bb07f5e97eca5ff (diff) | |
download | pkgsrc-925559cc82c888c8562f2e94ccb51c03d466404a.tar.gz |
Convert to buildlink3.
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/snes9x/Makefile | 6 |
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" |