diff options
author | jmmv <jmmv> | 2003-01-09 20:12:01 +0000 |
---|---|---|
committer | jmmv <jmmv> | 2003-01-09 20:12:01 +0000 |
commit | ce6d48356265404438ffd031940bc25a49c35898 (patch) | |
tree | 16c3927914e8edbef7b4271decf5753aecad37ca /wm/icewm-gnome | |
parent | c83d0421d6dc331cdcbdffd1e0ce765a031edc70 (diff) | |
download | pkgsrc-ce6d48356265404438ffd031940bc25a49c35898.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-gnome')
-rw-r--r-- | wm/icewm-gnome/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/wm/icewm-gnome/Makefile b/wm/icewm-gnome/Makefile index d56c179b9ec..54dd41f154d 100644 --- a/wm/icewm-gnome/Makefile +++ b/wm/icewm-gnome/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.13 2002/09/23 23:24:24 jlam Exp $ +# $NetBSD: Makefile,v 1.14 2003/01/09 20:12:02 jmmv Exp $ PKGNAME= ${DISTNAME:S/-/-gnome-/} +PKGREVISION= 1 COMMENT= Small, fast and light-weight window manager (GNOME version) CONFLICTS+= icewm-[0-9]* |