diff options
author | bjs <bjs@pkgsrc.org> | 2008-10-31 22:48:02 +0000 |
---|---|---|
committer | bjs <bjs@pkgsrc.org> | 2008-10-31 22:48:02 +0000 |
commit | ed844bf2498017ba290b1401d4c97af301e1dade (patch) | |
tree | aab32c91bdb85722215c1bb74c9330415d2766ba /audio/herrie/Makefile | |
parent | e70acae11f60293346b4f2b5b93666764e3d37e4 (diff) | |
download | pkgsrc-ed844bf2498017ba290b1401d4c97af301e1dade.tar.gz |
Update to herrie-2.2. Change 'libmodplug' option to 'modplug',
which was in options.description all along. I've removed the
redundant 'libmodplug' option.
2008-10-14 -- Herrie 2.2:
* Added: Ukranian translation - Viacheslav Chumushuk
* Added: Option to disable yes/no questions - Viacheslav Chumushuk
* Fixed: Add support for libSpiff 1.0.0 relative pathname support
* Fixed: Don't write non-UTF-8 titles to disk - Peter Koeleman
Diffstat (limited to 'audio/herrie/Makefile')
-rw-r--r-- | audio/herrie/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/audio/herrie/Makefile b/audio/herrie/Makefile index 9013788a924..1a1c617bd82 100644 --- a/audio/herrie/Makefile +++ b/audio/herrie/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.10 2008/07/16 07:21:23 bjs Exp $ +# $NetBSD: Makefile,v 1.11 2008/10/31 22:48:02 bjs Exp $ # -DISTNAME= herrie-2.1 +DISTNAME= herrie-2.2 CATEGORIES= audio MASTER_SITES= http://herrie.info/distfiles/ EXTRACT_SUFX= .tar.bz2 @@ -15,6 +15,7 @@ PKG_DESTDIR_SUPPORT= user-destdir HAS_CONFIGURE= yes USE_LIBTOOL= yes USE_TOOLS+= gmake msgfmt pkg-config +USE_PKGLOCALEDIR= yes CONFIGURE_ARGS+= verbose |