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 /news/knews/Makefile | |
parent | 3587744105d1c40ee4f94fcd5c50335818522169 (diff) | |
download | pkgsrc-f0b9164cf1068dd6dc3d7a77da6b33ac09689177.tar.gz |
Use "USE_XPM" option instead of direct dependence on the "xpm" package.
Diffstat (limited to 'news/knews/Makefile')
-rw-r--r-- | news/knews/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/news/knews/Makefile b/news/knews/Makefile index 030d5932754..fb4be526f2e 100644 --- a/news/knews/Makefile +++ b/news/knews/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.25 2000/03/21 22:40:56 tron Exp $ +# $NetBSD: Makefile,v 1.26 2000/08/23 23:14:30 tron Exp $ DISTNAME= knews-1.0b.1 PKGNAME= knews-1.0b1 @@ -11,11 +11,11 @@ HOMEPAGE= http://www.matematik.su.se/~kjj/ DEPENDS+= faces-1.6.1:../../mail/faces DEPENDS+= jpeg-6b:../../graphics/jpeg DEPENDS+= png>=1.0.6:../../graphics/png -DEPENDS+= xpm-3.4k:../../graphics/xpm CONFLICTS= knews-1.0b0 -USE_IMAKE= yes +USE_IMAKE= YES +USE_XPM= YES BUILD_DEFS+= KNEWS_DOMAIN_NAME KNEWS_DOMAIN_FILE |