diff options
author | Vsevolod Stakhov <vsevolod@FreeBSD.org> | 2011-03-18 16:25:50 +0000 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@FreeBSD.org> | 2011-03-18 16:25:50 +0000 |
commit | c25aad5d6484b439b9bf6790677cf1345cebeba7 (patch) | |
tree | b8def83d80e64cf7734aa8b9ad1ffcfe0428a731 /audio/mp3splt/Makefile | |
parent | 335307a83ad62ae24b86f246e6f062953ab2ceb5 (diff) | |
download | ports-c25aad5d6484b439b9bf6790677cf1345cebeba7.tar.gz ports-c25aad5d6484b439b9bf6790677cf1345cebeba7.zip |
Update mp3splt to 2.3a.
Update libmp3splt to 0.6.1a.
Submitted by: maintainer via private email
Notes
Notes:
svn path=/head/; revision=271270
Diffstat (limited to 'audio/mp3splt/Makefile')
-rw-r--r-- | audio/mp3splt/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/mp3splt/Makefile b/audio/mp3splt/Makefile index 60be01fb2486..254629b18cb2 100644 --- a/audio/mp3splt/Makefile +++ b/audio/mp3splt/Makefile @@ -6,7 +6,7 @@ # PORTNAME= mp3splt -PORTVERSION= 2.2.9 +PORTVERSION= 2.3a CATEGORIES= audio MASTER_SITES= SF @@ -32,7 +32,7 @@ PLIST_FILES= bin/mp3splt bin/oggsplt CONFIGURE_ARGS+= --disable-nls .else USE_GETTEXT= yes -LANGUAGES= de fr +LANGUAGES= de_DE es fr_FR .for language in ${LANGUAGES} PLIST_FILES+= share/locale/${language}/LC_MESSAGES/mp3splt.mo .endfor |