diff options
author | wiz <wiz@pkgsrc.org> | 2007-08-08 21:57:16 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2007-08-08 21:57:16 +0000 |
commit | 2efe73d9123e7afdd669282cdaba5bc01e36c4ea (patch) | |
tree | 817b5ab28b8141a0d4dc71d28545bba7e37b4c47 /textproc/intltool/Makefile | |
parent | 04a98e3bf27eed65a6931451957220f293022bee (diff) | |
download | pkgsrc-2efe73d9123e7afdd669282cdaba5bc01e36c4ea.tar.gz |
Do not insist on GNU iconv. NetBSD iconv, for example, is perfectly fine.
Bump PKGREVISION.
Diffstat (limited to 'textproc/intltool/Makefile')
-rw-r--r-- | textproc/intltool/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/intltool/Makefile b/textproc/intltool/Makefile index 4a53fa1a156..0a3b6d82110 100644 --- a/textproc/intltool/Makefile +++ b/textproc/intltool/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.44 2007/08/07 06:09:52 wiz Exp $ +# $NetBSD: Makefile,v 1.45 2007/08/08 21:57:16 wiz Exp $ # DISTNAME= intltool-0.36.0 +PKGREVISION= 1 CATEGORIES= textproc devel gnome MASTER_SITES= ${MASTER_SITE_GNOME:=sources/intltool/0.36/} EXTRACT_SUFX= .tar.bz2 |