diff options
author | sat <sat@FreeBSD.org> | 2006-12-03 22:51:26 +0800 |
---|---|---|
committer | sat <sat@FreeBSD.org> | 2006-12-03 22:51:26 +0800 |
commit | 0ebf793e1169e3fa749a78d2bedf1a3356677702 (patch) | |
tree | cbe5cee0e3f26d111df587c15d10fe0e297a99e6 /www/aria2/Makefile | |
parent | f7457593a5befbed1423895161fc641435fc7b1b (diff) | |
download | freebsd-ports-gnome-0ebf793e1169e3fa749a78d2bedf1a3356677702.tar.gz freebsd-ports-gnome-0ebf793e1169e3fa749a78d2bedf1a3356677702.tar.zst freebsd-ports-gnome-0ebf793e1169e3fa749a78d2bedf1a3356677702.zip |
- Update to 0.9.0
Diffstat (limited to 'www/aria2/Makefile')
-rw-r--r-- | www/aria2/Makefile | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/www/aria2/Makefile b/www/aria2/Makefile index b55a0cc83409..d2993d635a92 100644 --- a/www/aria2/Makefile +++ b/www/aria2/Makefile @@ -6,14 +6,18 @@ # PORTNAME= aria2 -DISTVERSION= 0.8.1 +DISTVERSION= 0.9.0 CATEGORIES= www MASTER_SITES= SFE MAINTAINER= infofarmer@FreeBSD.org COMMENT= Yet another download tool -CONFIGURE_ARGS= --with-libintl-prefix=${LOCALBASE} --with-openssl \ +#CPPFLAGS= -g +#DONTSTRIP= yes +#CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" +#MAKE_ENV= DONTSTRIP= +CONFIGURE_ARGS= --with-libintl-prefix=${LOCALBASE} --mandir=${MANPREFIX}/man --with-openssl \ --with-libxml2 --without-gnutls --without-libares --without-libcares USE_GCC= 3.4+ |