diff options
author | novel <novel@FreeBSD.org> | 2006-07-07 01:41:23 +0800 |
---|---|---|
committer | novel <novel@FreeBSD.org> | 2006-07-07 01:41:23 +0800 |
commit | 2f7fcd93f5c1a59518fd9b737829ab348c275451 (patch) | |
tree | ff3a94d23bbbe6d5f6bc57039bc747fe94ef2243 /www/aria2/Makefile | |
parent | c60cae1e65c11edaaad9dfcc69f4c6703f851c93 (diff) | |
download | freebsd-ports-graphics-2f7fcd93f5c1a59518fd9b737829ab348c275451.tar.gz freebsd-ports-graphics-2f7fcd93f5c1a59518fd9b737829ab348c275451.tar.zst freebsd-ports-graphics-2f7fcd93f5c1a59518fd9b737829ab348c275451.zip |
Chase gnutls shlib version change.
Diffstat (limited to 'www/aria2/Makefile')
-rw-r--r-- | www/aria2/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/aria2/Makefile b/www/aria2/Makefile index 530025f350c..bd9907856ea 100644 --- a/www/aria2/Makefile +++ b/www/aria2/Makefile @@ -7,6 +7,7 @@ PORTNAME= aria2 DISTVERSION= 0.6.0 +PORTREVISION= 1 CATEGORIES= www MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -14,7 +15,7 @@ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= infofarmer@FreeBSD.org COMMENT= Yet another download tool -LIB_DEPENDS= gnutls.15:${PORTSDIR}/security/gnutls \ +LIB_DEPENDS= gnutls.13:${PORTSDIR}/security/gnutls \ gcrypt.13:${PORTSDIR}/security/libgcrypt CONFIGURE_ARGS= --with-libintl-prefix=${LOCALBASE} |