diff options
author | Andrew Pantyukhin <sat@FreeBSD.org> | 2007-08-09 17:09:01 +0000 |
---|---|---|
committer | Andrew Pantyukhin <sat@FreeBSD.org> | 2007-08-09 17:09:01 +0000 |
commit | f833b31793a73b935a4669a3fc231fe0f792c6e0 (patch) | |
tree | 7e09a766f1d72253c56623b5d421f4f8174759da /www/aria2/Makefile | |
parent | 5dc397095965aade8944c469a23ceb18666ec047 (diff) |
Notes
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 e40b684e0982..24ec9f665c27 100644 --- a/www/aria2/Makefile +++ b/www/aria2/Makefile @@ -6,7 +6,7 @@ # PORTNAME= aria2 -DISTVERSION= 0.11.1+1 +DISTVERSION= 0.11.2 CATEGORIES= www MASTER_SITES= SFE @@ -18,7 +18,8 @@ COMMENT= Yet another download tool #CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" #MAKE_ENV= DONTSTRIP= CONFIGURE_ARGS= --with-libintl-prefix=${LOCALBASE} --with-openssl \ - --with-libxml2 --without-gnutls --without-libares --without-libcares + --with-libxml2 --without-gnutls --without-libares --without-libcares \ + --program-transform-name="" USE_GCC= 3.4+ USE_BZIP2= yes @@ -31,4 +32,7 @@ PLIST_FILES= bin/aria2c \ share/locale/ru/LC_MESSAGES/aria2c.mo MAN1= aria2c.1 +post-configure: + @${REINPLACE_CMD} -e '/SETMODE/d' ${WRKSRC}/config.h + .include <bsd.port.mk> |