diff options
author | snj <snj> | 2004-04-12 01:58:50 +0000 |
---|---|---|
committer | snj <snj> | 2004-04-12 01:58:50 +0000 |
commit | 985093899d70b03f455dc81f1bce5d8a9495e681 (patch) | |
tree | cddc2067f83396e855da966db265769801f1a773 /emulators/dega/Makefile | |
parent | a369d7dffebee2e45fb71b676abe5e20a236927d (diff) | |
download | pkgsrc-985093899d70b03f455dc81f1bce5d8a9495e681.tar.gz |
Convert to buildlink3.
Diffstat (limited to 'emulators/dega/Makefile')
-rw-r--r-- | emulators/dega/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
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" |