diff options
author | snj <snj@pkgsrc.org> | 2004-04-18 00:57:50 +0000 |
---|---|---|
committer | snj <snj@pkgsrc.org> | 2004-04-18 00:57:50 +0000 |
commit | 89327f599d012bb8ce943c37d2d057bba8662448 (patch) | |
tree | c238b9d12b7eed80f08c0f3e7f574f89ebc105d8 /games/koth | |
parent | eaa4b9ddf02e0544cf2cc86da73d1fcd1352171c (diff) | |
download | pkgsrc-89327f599d012bb8ce943c37d2d057bba8662448.tar.gz |
Convert to buildlink3.
Diffstat (limited to 'games/koth')
-rw-r--r-- | games/koth/Makefile | 8 |
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" |