diff options
author | sat <sat@FreeBSD.org> | 2008-03-17 03:48:41 +0800 |
---|---|---|
committer | sat <sat@FreeBSD.org> | 2008-03-17 03:48:41 +0800 |
commit | 86104e20f051b254af829ff4a1b11c6aa3f105a1 (patch) | |
tree | 3a312861cdd8a53b15c24c47d72d77cad01afd3b /www/aria2/Makefile | |
parent | 02d0984f4d5455d866b54a451f78e45742c55aab (diff) | |
download | freebsd-ports-gnome-86104e20f051b254af829ff4a1b11c6aa3f105a1.tar.gz freebsd-ports-gnome-86104e20f051b254af829ff4a1b11c6aa3f105a1.tar.zst freebsd-ports-gnome-86104e20f051b254af829ff4a1b11c6aa3f105a1.zip |
- Update to 0.13.1+1
Diffstat (limited to 'www/aria2/Makefile')
-rw-r--r-- | www/aria2/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/aria2/Makefile b/www/aria2/Makefile index c231c76c193d..921fe193b2e3 100644 --- a/www/aria2/Makefile +++ b/www/aria2/Makefile @@ -6,7 +6,7 @@ # PORTNAME= aria2 -DISTVERSION= 0.13.0+1 +DISTVERSION= 0.13.1+1 CATEGORIES= www MASTER_SITES= SFE DISTNAME= ${PORTNAME}c-${DISTVERSION} @@ -30,7 +30,7 @@ GNU_CONFIGURE= yes .ifdef WITHOUT_NLS CONFIGURE_ARGS+= --disable-nls .else -LINGUAS= ca de es fi fr he hu id it ja nl nn pl pt_BR ru sv th +LINGUAS= ca de es fi fr he hu id it ja nl nn pl pt_BR ru sv th zh_CN .endif PLIST_FILES= bin/aria2c \ ${LINGUAS:S|^|share/locale/|:S|$|/LC_MESSAGES/aria2c.mo|} |