diff options
author | jmmv <jmmv@pkgsrc.org> | 2004-02-20 14:44:37 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2004-02-20 14:44:37 +0000 |
commit | cfd1085ad83a129b964f475ff5feb422e6b04523 (patch) | |
tree | c19a3e9d6c8e60e0e8c10e67b380f9830aef3b04 /games/gturing | |
parent | 152c10f63b112c729c133a4564c4d4d7d9988411 (diff) | |
download | pkgsrc-cfd1085ad83a129b964f475ff5feb422e6b04523.tar.gz |
bl3ify and use pkgsrc intltool.
Diffstat (limited to 'games/gturing')
-rw-r--r-- | games/gturing/Makefile | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/games/gturing/Makefile b/games/gturing/Makefile index c1ac6408e87..eec68ff8543 100644 --- a/games/gturing/Makefile +++ b/games/gturing/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2004/02/14 17:21:40 jlam Exp $ +# $NetBSD: Makefile,v 1.18 2004/02/20 14:44:37 jmmv Exp $ # DISTNAME= gturing-0.1.1 @@ -14,13 +14,15 @@ COMMENT= GNOME2 turing machine emulator BUILD_USES_MSGFMT= YES GNU_CONFIGURE= YES -USE_BUILDLINK2= YES +USE_BUILDLINK3= YES USE_PKGLOCALEDIR= YES USE_X11= YES USE_GNU_TOOLS+= make USE_LIBTOOL= YES +.include "../../devel/gettext-lib/buildlink3.mk" +.include "../../devel/libgnomeui/buildlink3.mk" +.include "../../devel/pkgconfig/buildlink3.mk" +.include "../../textproc/intltool/buildlink3.mk" .include "../../textproc/scrollkeeper/omf.mk" -.include "../../devel/gettext-lib/buildlink2.mk" -.include "../../devel/libgnomeui/buildlink2.mk" .include "../../mk/bsd.pkg.mk" |