From d9e03c3558722b30a745e7e75c1d6ecc9c22c99f Mon Sep 17 00:00:00 2001 From: tron Date: Wed, 23 Aug 2000 23:14:21 +0000 Subject: Use "USE_XPM" option instead of direct dependence on the "xpm" package. --- games/xbill/Makefile | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'games/xbill') diff --git a/games/xbill/Makefile b/games/xbill/Makefile index b1dd8647450..16c2893129d 100644 --- a/games/xbill/Makefile +++ b/games/xbill/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 1999/12/29 17:15:17 pooka Exp $ +# $NetBSD: Makefile,v 1.6 2000/08/23 23:14:25 tron Exp $ # DISTNAME= xbill-2.0 @@ -9,10 +9,9 @@ EXTRACT_SUFX= .tgz MAINTAINER= root@garbled.net HOMEPAGE= http://www.xbill.org/ -DEPENDS+= xpm-3.4k:../../graphics/xpm - -NO_INSTALL_MANPAGES= yes -USE_IMAKE= yes +USE_IMAKE= YES +USE_XPM= YES +NO_INSTALL_MANPAGES= YES post-install: ${INSTALL_MAN} ${WRKSRC}/xbill.man ${PREFIX}/man/man6/xbill.6 -- cgit v1.2.3