diff options
author | wiz <wiz@pkgsrc.org> | 2002-06-15 21:09:38 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2002-06-15 21:09:38 +0000 |
commit | 49aabe0814ae9fc243a232efe340b62d89a89a02 (patch) | |
tree | cfb66f6fc2699812a0afc1f2574547e4f75f1498 /emulators/snes9x/Makefile | |
parent | 0d5da979de99ce7fefc9f8a213edf8da8e95625b (diff) | |
download | pkgsrc-49aabe0814ae9fc243a232efe340b62d89a89a02.tar.gz |
Use pthread.buildlink.mk instead of pth's buildlink.mk.
pkg/17270 by Lubomir Sedlacik.
Diffstat (limited to 'emulators/snes9x/Makefile')
-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" |