summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--games/baduki/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/games/baduki/Makefile b/games/baduki/Makefile
index 2f5c8399ac3..8b22d349649 100644
--- a/games/baduki/Makefile
+++ b/games/baduki/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.29 2003/07/17 21:37:54 grant Exp $
+# $NetBSD: Makefile,v 1.30 2004/03/10 02:25:09 snj Exp $
DISTNAME= baduki-0.2.9
PKGREVISION= 2
@@ -11,14 +11,14 @@ COMMENT= Go playing program based on xamigo
BUILD_USES_MSGFMT= # defined
-USE_BUILDLINK2= # defined
+USE_BUILDLINK3= # defined
USE_PKGLOCALEDIR= # defined
USE_X11= # defined
GNU_CONFIGURE= # defined
CONFIGURE_ARGS+= --without-included-gettext
-.include "../../devel/gettext-lib/buildlink2.mk"
-.include "../../x11/gtk/buildlink2.mk"
+.include "../../devel/gettext-lib/buildlink3.mk"
+.include "../../x11/gtk/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"