diff options
author | snj <snj@pkgsrc.org> | 2004-04-24 22:11:25 +0000 |
---|---|---|
committer | snj <snj@pkgsrc.org> | 2004-04-24 22:11:25 +0000 |
commit | c2250d8a8dca5433781f1328de5f7687797e0fdd (patch) | |
tree | 09dc28d7c64f48c86152fd24940554d9b45ff34f /misc/gxmame/Makefile | |
parent | cae6e66af3b0450b278fb533df17c669b26bf494 (diff) | |
download | pkgsrc-c2250d8a8dca5433781f1328de5f7687797e0fdd.tar.gz |
Convert to buildlink3.
Diffstat (limited to 'misc/gxmame/Makefile')
-rw-r--r-- | misc/gxmame/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/misc/gxmame/Makefile b/misc/gxmame/Makefile index 0c7d9547c3f..0b350a01998 100644 --- a/misc/gxmame/Makefile +++ b/misc/gxmame/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2004/04/14 16:15:25 jmmv Exp $ +# $NetBSD: Makefile,v 1.6 2004/04/24 22:11:25 snj Exp $ # DISTNAME= gxmame-0.34b @@ -14,12 +14,12 @@ BUILD_USES_MSGFMT= yes DEPENDS+= xmame-[0-9]*:../../emulators/xmame GNU_CONFIGURE= yes -USE_BUILDLINK2= yes +USE_BUILDLINK3= yes USE_DIRS+= gnome2-1.5 USE_GNU_TOOLS+= make USE_PKGLOCALEDIR= yes USE_X11= yes -.include "../../devel/gettext-lib/buildlink2.mk" -.include "../../x11/gtk2/buildlink2.mk" +.include "../../devel/gettext-lib/buildlink3.mk" +.include "../../x11/gtk2/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |