diff options
-rw-r--r-- | devel/aegis/Makefile | 4 | ||||
-rw-r--r-- | emulators/NeoPop-SDL/Makefile | 8 | ||||
-rw-r--r-- | emulators/arnold/Makefile | 10 | ||||
-rw-r--r-- | emulators/dega/Makefile | 6 |
4 files changed, 14 insertions, 14 deletions
diff --git a/devel/aegis/Makefile b/devel/aegis/Makefile index b09fce031d2..f38e5d49c8e 100644 --- a/devel/aegis/Makefile +++ b/devel/aegis/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2003/11/27 16:13:55 recht Exp $ +# $NetBSD: Makefile,v 1.3 2004/04/12 02:03:11 snj Exp $ # DISTNAME= aegis-4.15 @@ -9,7 +9,7 @@ MAINTAINER= Matthew@Aldous.com HOMEPAGE= http://aegis.sourceforge.net/ COMMENT= Aegis is a transaction base software configuration management system -USE_BUILDLINK2= YES +USE_BUILDLINK3= YES GNU_CONFIGURE= YES USE_PKGLOCALEDIR= yes CONFIGURE_ARGS= --with-nlsdir=${_PKGLOCALEDIR} diff --git a/emulators/NeoPop-SDL/Makefile b/emulators/NeoPop-SDL/Makefile index cfa695862df..e964b532d99 100644 --- a/emulators/NeoPop-SDL/Makefile +++ b/emulators/NeoPop-SDL/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2004/01/01 03:53:51 wiz Exp $ +# $NetBSD: Makefile,v 1.2 2004/04/12 01:58:50 snj Exp $ # DISTNAME= NeoPop-SDL-0.1 @@ -10,11 +10,11 @@ MAINTAINER= wiz@NetBSD.org HOMEPAGE= http://www.nih.at/NeoPop-SDL/ COMMENT= SNK NeoGeo Pocket emulator -USE_BUILDLINK2= yes +USE_BUILDLINK3= yes USE_PKGLOCALEDIR= yes GNU_CONFIGURE= yes CONFIGURE_ARGS+= --with-png=${BUILDLINK_PREFIX.png} -.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" diff --git a/emulators/arnold/Makefile b/emulators/arnold/Makefile index f38e25efe84..68530595133 100644 --- a/emulators/arnold/Makefile +++ b/emulators/arnold/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2004/01/20 12:14:40 agc Exp $ +# $NetBSD: Makefile,v 1.4 2004/04/12 02:01:46 snj Exp $ # DISTNAME= arnsrc27012002 @@ -15,7 +15,7 @@ COMMENT= Amstrad CPC, Amstrad CPC+ and KC Compact emulator EXTRACT_CMD_OPTS.zip= -aqo WRKSRC= ${WRKDIR}/arnold/src -USE_BUILDLINK2= yes +USE_BUILDLINK3= yes GNU_CONFIGURE= yes ALL_TARGET= arnold @@ -42,7 +42,7 @@ do-install: ${INSTALL_DATA} ${WRKSRC}/../readme.txt ${DOCDIR} ${INSTALL_DATA} ${WRKSRC}/../readme.linux ${DOCDIR} -.include "../../mk/ossaudio.buildlink2.mk" -.include "../../devel/SDL/buildlink2.mk" -.include "../../x11/gtk/buildlink2.mk" +.include "../../mk/ossaudio.buildlink3.mk" +.include "../../devel/SDL/buildlink3.mk" +.include "../../x11/gtk/buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/emulators/dega/Makefile b/emulators/dega/Makefile index 83d1a352083..61b53d36581 100644 --- a/emulators/dega/Makefile +++ b/emulators/dega/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2004/01/22 08:36:03 grant Exp $ +# $NetBSD: Makefile,v 1.4 2004/04/12 02:03:56 snj Exp $ # DISTNAME= dega-1.07 @@ -11,7 +11,7 @@ COMMENT= Sega Game Gear, Sega Mark III and Sega Master System emulator BUILD_DEPENDS= nasm>=0.98:../../devel/nasm -USE_BUILDLINK2= yes +USE_BUILDLINK3= yes USE_GNU_TOOLS+= make USE_X11= yes @@ -21,5 +21,5 @@ ONLY_FOR_PLATFORM= *-*-i386 do-install: ${INSTALL_PROGRAM} ${WRKSRC}/dega ${PREFIX}/bin -.include "../../devel/SDL/buildlink2.mk" +.include "../../devel/SDL/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |