diff options
author | tron <tron@pkgsrc.org> | 2000-08-23 23:14:21 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2000-08-23 23:14:21 +0000 |
commit | f0b9164cf1068dd6dc3d7a77da6b33ac09689177 (patch) | |
tree | 623953a643a6181e26e24311ef14ff20193779e7 /games/xbill/Makefile | |
parent | 3587744105d1c40ee4f94fcd5c50335818522169 (diff) | |
download | pkgsrc-f0b9164cf1068dd6dc3d7a77da6b33ac09689177.tar.gz |
Use "USE_XPM" option instead of direct dependence on the "xpm" package.
Diffstat (limited to 'games/xbill/Makefile')
-rw-r--r-- | games/xbill/Makefile | 9 |
1 files changed, 4 insertions, 5 deletions
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 |