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/icewm | |
parent | 3587744105d1c40ee4f94fcd5c50335818522169 (diff) | |
download | pkgsrc-f0b9164cf1068dd6dc3d7a77da6b33ac09689177.tar.gz |
Use "USE_XPM" option instead of direct dependence on the "xpm" package.
Diffstat (limited to 'x11/icewm')
-rw-r--r-- | x11/icewm/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/icewm/Makefile b/x11/icewm/Makefile index f5bf9e0a33f..3652b84afb6 100644 --- a/x11/icewm/Makefile +++ b/x11/icewm/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.8 2000/07/31 07:37:00 jlam Exp $ +# $NetBSD: Makefile,v 1.9 2000/08/23 23:14:36 tron Exp $ # -DEPENDS+= xpm-3.4k:../../graphics/xpm +USE_XPM= YES CONFLICTS+= icewm-gnome-[0-9]* |