diff options
author | snj <snj> | 2004-04-24 22:11:25 +0000 |
---|---|---|
committer | snj <snj> | 2004-04-24 22:11:25 +0000 |
commit | b0e5d78ed48d844fa7e671645cdd14aa6213edfd (patch) | |
tree | 09dc28d7c64f48c86152fd24940554d9b45ff34f /misc | |
parent | f7654cf6f975cf0665337756d687064f0a9d84c9 (diff) | |
download | pkgsrc-b0e5d78ed48d844fa7e671645cdd14aa6213edfd.tar.gz |
Convert to buildlink3.
Diffstat (limited to 'misc')
-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" |