diff options
author | wiz <wiz> | 2002-06-15 21:09:38 +0000 |
---|---|---|
committer | wiz <wiz> | 2002-06-15 21:09:38 +0000 |
commit | f3e63533325dbeb70241b0069cf8cf50d6bbd111 (patch) | |
tree | cfb66f6fc2699812a0afc1f2574547e4f75f1498 /emulators | |
parent | 3a37f4cf72de1bb8c67281c18c155d926ba9d45f (diff) | |
download | pkgsrc-f3e63533325dbeb70241b0069cf8cf50d6bbd111.tar.gz |
Use pthread.buildlink.mk instead of pth's buildlink.mk.
pkg/17270 by Lubomir Sedlacik.
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/snes9x/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/emulators/snes9x/Makefile b/emulators/snes9x/Makefile index d4644952695..87e54c1fc40 100644 --- a/emulators/snes9x/Makefile +++ b/emulators/snes9x/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2001/07/17 15:31:24 wiz Exp $ +# $NetBSD: Makefile,v 1.8 2002/06/15 21:09:38 wiz Exp $ DISTNAME= s9xs137c PKGNAME= snes9x-1.37.3 @@ -13,8 +13,9 @@ COMMENT= Super Nintendo Entertainment System (SNES) emulator BUILD_DEPENDS+= nasm>=0.98:../../devel/nasm -USE_X11= yes USE_GMAKE= yes +USE_PTHREAD= native pth +USE_X11= yes do-install: ${INSTALL_PROGRAM} ${WRKSRC}/snes9x ${PREFIX}/bin @@ -52,5 +53,5 @@ MAKE_ENV+= ASMKREED=1 MAKE_ENV+= NETBSD_USE_DGA=1 .endif -.include "../../devel/pth/buildlink.mk" +.include "../../mk/pthread.buildlink.mk" .include "../../mk/bsd.pkg.mk" |