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 /x11/xbanner | |
parent | 3587744105d1c40ee4f94fcd5c50335818522169 (diff) | |
download | pkgsrc-f0b9164cf1068dd6dc3d7a77da6b33ac09689177.tar.gz |
Use "USE_XPM" option instead of direct dependence on the "xpm" package.
Diffstat (limited to 'x11/xbanner')
-rw-r--r-- | x11/xbanner/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/x11/xbanner/Makefile b/x11/xbanner/Makefile index 86b8b93d49c..a7cba1f35c7 100644 --- a/x11/xbanner/Makefile +++ b/x11/xbanner/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2000/07/11 10:55:32 agc Exp $ +# $NetBSD: Makefile,v 1.7 2000/08/23 23:14:33 tron Exp $ DISTNAME= XBanner1.31 PKGNAME= xbanner-1.31 @@ -8,10 +8,10 @@ MASTER_SITES= ftp://ftp.digital.com/pub/linux/XBanner/ MAINTAINER= root@garbled.net HOMEPAGE= http://chaos.fullerton.edu/XBanner/ -DEPENDS+= xpm-3.4k:../../graphics/xpm +USE_IMAKE= YES +USE_XPM= YES -NO_INSTALL_MANPAGES= yes -USE_IMAKE= yes +NO_INSTALL_MANPAGES= YES post-install: @${MKDIR} ${X11PREFIX}/share/doc/xbanner |