aboutsummaryrefslogtreecommitdiffstats
path: root/www
diff options
context:
space:
mode:
authorsunpoet <sunpoet@FreeBSD.org>2012-05-30 00:00:25 +0800
committersunpoet <sunpoet@FreeBSD.org>2012-05-30 00:00:25 +0800
commit38e5e92b591e7d269930e2485ece231757aff282 (patch)
tree0de7c0ab616a48efcb485da5a37bef67ff365748 /www
parent5ef9820fcb1f4103807e61520ed4099827713eee (diff)
downloadfreebsd-ports-gnome-38e5e92b591e7d269930e2485ece231757aff282.tar.gz
freebsd-ports-gnome-38e5e92b591e7d269930e2485ece231757aff282.tar.zst
freebsd-ports-gnome-38e5e92b591e7d269930e2485ece231757aff282.zip
- Use openssl and zlib from base system by default
- Use variable name in English - Bump PORTREVISION for dependency change Submitted by: sunpoet (myself) Approved by: miwi (maintainer)
Diffstat (limited to 'www')
-rw-r--r--www/aria2/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/www/aria2/Makefile b/www/aria2/Makefile
index 44abbd54000d..cb76b1e25ba3 100644
--- a/www/aria2/Makefile
+++ b/www/aria2/Makefile
@@ -7,6 +7,7 @@
PORTNAME= aria2
PORTVERSION= 1.15.0
+PORTREVISION= 1
CATEGORIES= www
MASTER_SITES= SF/${PORTNAME}/stable/${PORTNAME}-${PORTVERSION}
@@ -16,30 +17,29 @@ COMMENT= Yet another download tool
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
-LIB_DEPENDS= z.1:${PORTSDIR}/archivers/zlib
-
CONFIGURE_ARGS= --with-libintl-prefix=${LOCALBASE} --with-libxml2 \
--without-gnutls --with-openssl \
--without-libcares --with-libz --enable-bittorrent \
--enable-metalink --disable-epoll --enable-threads=pth
+CONFIGURE_ENV= OPENSSL_CFLAGS=-I${OPENSSLINC} OPENSSL_LIBS="-L${OPENSSLLIB} -lssl" \
+ ZLIB_CFLAGS=-I${INCLUDEDIR} ZLIB_LIBS="-L${LIBDIR} -lz"
USE_BZIP2= yes
USE_GNOME= gnomehack libxml2
USE_GETTEXT= yes
GNU_CONFIGURE= yes
USE_OPENSSL= yes
-WITH_OPENSSL_PORT= yes
MAKE_JOBS_SAFE= yes
.ifdef WITHOUT_NLS
CONFIGURE_ARGS+= --disable-nls
.else
-LINGUAS= ar bg ca da de el en@boldquot en@quot es fi fr he hu id it ko ja \
+LANGS= ar bg ca da de el en@boldquot en@quot es fi fr he hu id it ko ja \
nl nn pl pt pt_BR ru sk sr sv th tr uk vi zh_CN zh_TW
.endif
PLIST_FILES= bin/aria2c \
- ${LINGUAS:S|^|share/locale/|:S|$|/LC_MESSAGES/aria2.mo|} \
+ ${LANGS:S|^|share/locale/|:S|$|/LC_MESSAGES/aria2.mo|} \
share/doc/aria2/README \
share/doc/aria2/README.html \
share/doc/aria2/aria2c.1.html \