summaryrefslogtreecommitdiff
path: root/games/koth
diff options
context:
space:
mode:
authorsnj <snj@pkgsrc.org>2004-04-18 00:57:50 +0000
committersnj <snj@pkgsrc.org>2004-04-18 00:57:50 +0000
commit89327f599d012bb8ce943c37d2d057bba8662448 (patch)
treec238b9d12b7eed80f08c0f3e7f574f89ebc105d8 /games/koth
parenteaa4b9ddf02e0544cf2cc86da73d1fcd1352171c (diff)
downloadpkgsrc-89327f599d012bb8ce943c37d2d057bba8662448.tar.gz
Convert to buildlink3.
Diffstat (limited to 'games/koth')
-rw-r--r--games/koth/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/games/koth/Makefile b/games/koth/Makefile
index 762ac7da097..8f78a8d2fb3 100644
--- a/games/koth/Makefile
+++ b/games/koth/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2003/07/17 21:38:56 grant Exp $
+# $NetBSD: Makefile,v 1.12 2004/04/18 01:02:18 snj Exp $
#
DISTNAME= koth-0.8.0
@@ -11,7 +11,7 @@ MAINTAINER= hubertf@NetBSD.org
HOMEPAGE= http://www.nongnu.org/koth/
COMMENT= The classic "shoot the other tank" artillery game, networked
-USE_BUILDLINK2= YES
+USE_BUILDLINK3= YES
USE_PKGINSTALL= YES
GNU_CONFIGURE= YES
CPPFLAGS+= -DPKG_SYSCONFDIR=\"\\\"${PKG_SYSCONFDIR:Q}\\\"\"
@@ -25,7 +25,7 @@ post-install:
${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/koth
${INSTALL_DATA} ${WRKSRC}/src/koth.cfg ${EGDIR}
-.include "../../graphics/libggi/buildlink2.mk"
-.include "../../graphics/libgii/buildlink2.mk"
+.include "../../graphics/libggi/buildlink3.mk"
+.include "../../graphics/libgii/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"