diff options
author | Andrew Pantyukhin <sat@FreeBSD.org> | 2006-07-05 06:58:58 +0000 |
---|---|---|
committer | Andrew Pantyukhin <sat@FreeBSD.org> | 2006-07-05 06:58:58 +0000 |
commit | 3dfeb5e7689bc8f5beefa7b99899f10de48dbd80 (patch) | |
tree | 22140349ba4768b631f9dc428918f309506547ec /www/aria2/Makefile | |
parent | 34837d465f8304b52c92c06ba67bc7231d345f07 (diff) |
- Update to 0.6.0
- Initial Metalink support
Notes
Notes:
svn path=/head/; revision=166970
Diffstat (limited to 'www/aria2/Makefile')
-rw-r--r-- | www/aria2/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/www/aria2/Makefile b/www/aria2/Makefile index 0dab3b1097d1..530025f350c5 100644 --- a/www/aria2/Makefile +++ b/www/aria2/Makefile @@ -6,8 +6,7 @@ # PORTNAME= aria2 -DISTVERSION= 0.5.2 -PORTREVISION= 1 +DISTVERSION= 0.6.0 CATEGORIES= www MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -22,7 +21,7 @@ CONFIGURE_ARGS= --with-libintl-prefix=${LOCALBASE} USE_GCC= 3.4+ USE_BZIP2= yes -USE_GNOME= gnomehack +USE_GNOME= gnomehack libxml2 USE_GETTEXT= yes GNU_CONFIGURE= yes PLIST_FILES= bin/aria2c \ |