diff options
author | snj <snj@pkgsrc.org> | 2004-04-12 01:58:50 +0000 |
---|---|---|
committer | snj <snj@pkgsrc.org> | 2004-04-12 01:58:50 +0000 |
commit | 864e1b9fbc6b19052a9b2efce14930277558034f (patch) | |
tree | cddc2067f83396e855da966db265769801f1a773 /emulators/NeoPop-SDL | |
parent | 9f0bc57774cb5406037e52f6236a5a6fbd5019b2 (diff) | |
download | pkgsrc-864e1b9fbc6b19052a9b2efce14930277558034f.tar.gz |
Convert to buildlink3.
Diffstat (limited to 'emulators/NeoPop-SDL')
-rw-r--r-- | emulators/NeoPop-SDL/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
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" |