diff options
author | tron <tron@pkgsrc.org> | 2003-07-16 09:23:29 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2003-07-16 09:23:29 +0000 |
commit | f5cf20241594a701c498609c51c3b90af15f5d43 (patch) | |
tree | e3dba4f62dfa448be01f8bec909aad9dd69bb940 /wm | |
parent | d70f2482066d4fd6bacbc0adf8acb52168c2ed59 (diff) | |
download | pkgsrc-f5cf20241594a701c498609c51c3b90af15f5d43.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')
-rw-r--r-- | wm/icewm-imlib/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/wm/icewm-imlib/Makefile b/wm/icewm-imlib/Makefile index a78ccbbceef..40640531fcd 100644 --- a/wm/icewm-imlib/Makefile +++ b/wm/icewm-imlib/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.3 2003/07/13 13:53:42 wiz Exp $ +# $NetBSD: Makefile,v 1.4 2003/07/16 09:23:29 tron Exp $ PKGNAME= ${DISTNAME:S/-/-imlib-/} -PKGREVISION= 1 +PKGREVISION= 2 COMMENT= Small, fast and light-weight window manager (GNOME version) CONFLICTS+= icewm-[0-9]* icewm-gnome-[0-9]* |