diff options
author | snj <snj> | 2004-03-07 05:38:54 +0000 |
---|---|---|
committer | snj <snj> | 2004-03-07 05:38:54 +0000 |
commit | 32982c6a91a5eaaffcde53871fd5854e5cf7221a (patch) | |
tree | 1f9f942f205862093e5b59f8ce5818d3b7d775fe /emulators/vba | |
parent | 6f76a16b578d7e68f521c22bb15c49907a40751b (diff) | |
download | pkgsrc-32982c6a91a5eaaffcde53871fd5854e5cf7221a.tar.gz |
Use bl3.
Diffstat (limited to 'emulators/vba')
-rw-r--r-- | emulators/vba/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/emulators/vba/Makefile b/emulators/vba/Makefile index 699e677a244..486737b574c 100644 --- a/emulators/vba/Makefile +++ b/emulators/vba/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2004/02/23 01:05:34 kristerw Exp $ +# $NetBSD: Makefile,v 1.6 2004/03/07 05:38:54 snj Exp $ DISTNAME= VisualBoyAdvance-src-1.6a PKGNAME= vba-1.6.0.1 @@ -12,7 +12,7 @@ COMMENT= Gameboy advance emulator WRKSRC= ${WRKDIR}/VisualBoyAdvance-1.6a USE_GNU_TOOLS+= make -USE_BUILDLINK2= yes +USE_BUILDLINK3= yes USE_LIBTOOL= yes GNU_CONFIGURE= yes CONFIGURE_ARGS+= --enable-c-core @@ -27,7 +27,7 @@ do-install: ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/vba ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/vba -.include "../../devel/SDL/buildlink2.mk" -.include "../../graphics/png/buildlink2.mk" +.include "../../devel/SDL/buildlink3.mk" +.include "../../graphics/png/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |