diff options
author | jmmv <jmmv@pkgsrc.org> | 2003-01-09 20:12:01 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2003-01-09 20:12:01 +0000 |
commit | 3e1dce00f31b5a84a521e1cd999ae5a0b2d04ad6 (patch) | |
tree | 16c3927914e8edbef7b4271decf5753aecad37ca /wm/icewm/Makefile | |
parent | 2ad5f464b417ad4c3025820cce3e8cb818aa5d46 (diff) | |
download | pkgsrc-3e1dce00f31b5a84a521e1cd999ae5a0b2d04ad6.tar.gz |
Remove useless definition of CONFIG_APM (apm is managed through a configure
argument) as reported in PR pkg/19017 by Sergey Svishchev.
Fix START_XPM definition with START_PIXMAP (the former is completely ignored).
PKGREVISION++ because of this (icewm executable has changed).
Diffstat (limited to 'wm/icewm/Makefile')
-rw-r--r-- | wm/icewm/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/wm/icewm/Makefile b/wm/icewm/Makefile index 0436e468657..4446d60e4fa 100644 --- a/wm/icewm/Makefile +++ b/wm/icewm/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.14 2002/11/21 10:09:59 grant Exp $ +# $NetBSD: Makefile,v 1.15 2003/01/09 20:12:01 jmmv Exp $ PKGNAME= ${DISTNAME} -PKGREVISION= 1 +PKGREVISION= 2 COMMENT= Small, fast and light-weight window manager CONFLICTS+= icewm-gnome-[0-9]* |