diff options
author | tron <tron@pkgsrc.org> | 2003-07-16 07:41:33 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2003-07-16 07:41:33 +0000 |
commit | cfc8c448655333fc81bbfd66be64dca185040745 (patch) | |
tree | 2908f457021d06beff288f6f82dae8ef3c3968bd /wm/icewm-gnome | |
parent | efea2d7bf51ca8fc7efc930c7f3324232b7de4de (diff) | |
download | pkgsrc-cfc8c448655333fc81bbfd66be64dca185040745.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]* |