diff options
author | tron <tron> | 2003-07-16 07:41:33 +0000 |
---|---|---|
committer | tron <tron> | 2003-07-16 07:41:33 +0000 |
commit | b3846c3b0235c8060b9cccabd72ac97487d8d55e (patch) | |
tree | 2908f457021d06beff288f6f82dae8ef3c3968bd /wm/icewm-gnome | |
parent | 095f2ea75eb4eac56283111ad2bcdc0c07ca426a (diff) | |
download | pkgsrc-b3846c3b0235c8060b9cccabd72ac97487d8d55e.tar.gz |
Make this package work with NetBSD's iconv(3) as suggested by T.Shiozaki.
This fixes PR pkg/22143 by myself.
Diffstat (limited to 'wm/icewm-gnome')
-rw-r--r-- | wm/icewm-gnome/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/wm/icewm-gnome/Makefile b/wm/icewm-gnome/Makefile index 85316cf10f4..8a97df4b65a 100644 --- a/wm/icewm-gnome/Makefile +++ b/wm/icewm-gnome/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.19 2003/07/13 13:53:42 wiz Exp $ +# $NetBSD: Makefile,v 1.20 2003/07/16 07:41:34 tron Exp $ PKGNAME= ${DISTNAME:S/-/-gnome-/} -PKGREVISION= 1 +PKGREVISION= 2 COMMENT= Small, fast and light-weight window manager (GNOME version) CONFLICTS+= icewm-[0-9]* icewm-imlib-[0-9]* |