diff options
author | snj <snj@pkgsrc.org> | 2004-03-10 00:09:13 +0000 |
---|---|---|
committer | snj <snj@pkgsrc.org> | 2004-03-10 00:09:13 +0000 |
commit | c68beacbd5107c8f7f59d8b0fdecf8f60e58eeaa (patch) | |
tree | 0158ce0fb5acc7402b570aeb2ca46d61e874897b /games | |
parent | 41d8ff0918cdce0d1d50a6f3e0ab3bbc75a8dd2b (diff) | |
download | pkgsrc-c68beacbd5107c8f7f59d8b0fdecf8f60e58eeaa.tar.gz |
Use bl3.
Diffstat (limited to 'games')
-rw-r--r-- | games/xbill/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/games/xbill/Makefile b/games/xbill/Makefile index adadb936c28..5af0f73351c 100644 --- a/games/xbill/Makefile +++ b/games/xbill/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2003/07/21 16:50:01 martti Exp $ +# $NetBSD: Makefile,v 1.12 2004/03/10 00:09:13 snj Exp $ # DISTNAME= xbill-2.0 @@ -12,12 +12,12 @@ COMMENT= Stop the dreaded Windows virus from infecting computers CONFLICT= gnome-games-[0-9]* -USE_BUILDLINK2= YES +USE_BUILDLINK3= YES USE_IMAKE= YES NO_INSTALL_MANPAGES= YES post-install: ${INSTALL_MAN} ${WRKSRC}/xbill.man ${PREFIX}/man/man6/xbill.6 -.include "../../graphics/xpm/buildlink2.mk" +.include "../../graphics/xpm/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |