summaryrefslogtreecommitdiff
path: root/games/gturing
diff options
context:
space:
mode:
authorjmmv <jmmv>2004-02-20 14:44:37 +0000
committerjmmv <jmmv>2004-02-20 14:44:37 +0000
commita0233ec26b79e65df96f4bf70e87f3d71ab8163f (patch)
treec19a3e9d6c8e60e0e8c10e67b380f9830aef3b04 /games/gturing
parent01fab4a77e151eefa761bd7c0d3be1d713543264 (diff)
downloadpkgsrc-a0233ec26b79e65df96f4bf70e87f3d71ab8163f.tar.gz
bl3ify and use pkgsrc intltool.
Diffstat (limited to 'games/gturing')
-rw-r--r--games/gturing/Makefile10
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"