diff options
author | novel <novel@FreeBSD.org> | 2009-08-17 02:04:40 +0800 |
---|---|---|
committer | novel <novel@FreeBSD.org> | 2009-08-17 02:04:40 +0800 |
commit | eca1cf95d458e76990c77d38103cf30a96c51467 (patch) | |
tree | 55b0de0ced1add49d77516588335a7c063b7227f /net/samba4-devel | |
parent | 4c532e98adf2028ff3fcc40cedbefb73fe9dc6b5 (diff) | |
download | freebsd-ports-gnome-eca1cf95d458e76990c77d38103cf30a96c51467.tar.gz freebsd-ports-gnome-eca1cf95d458e76990c77d38103cf30a96c51467.tar.zst freebsd-ports-gnome-eca1cf95d458e76990c77d38103cf30a96c51467.zip |
Bump PORTREVISIONs of the gnutls dependant ports to chase gnutls update.
Diffstat (limited to 'net/samba4-devel')
-rw-r--r-- | net/samba4-devel/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/samba4-devel/Makefile b/net/samba4-devel/Makefile index c0a5b4dd6f11..fcfc1a7bb067 100644 --- a/net/samba4-devel/Makefile +++ b/net/samba4-devel/Makefile @@ -7,7 +7,7 @@ PORTNAME?= ${SAMBA_PORTNAME} PORTVERSION?= ${SAMBA_VERSION} -PORTREVISION?= 1 +PORTREVISION?= 2 CATEGORIES?= net MASTER_SITES= ${MASTER_SITE_SAMBA} MASTER_SITE_SUBDIR= samba4 @@ -133,7 +133,7 @@ CONFIGURE_ARGS+= --without-pthreads .endif .if defined(WITH_GNUTLS) -LIB_DEPENDS+= gnutls.26:${PORTSDIR}/security/gnutls +LIB_DEPENDS+= gnutls.40:${PORTSDIR}/security/gnutls CONFIGURE_ARGS+= --enable-gnutls .else CONFIGURE_ARGS+= --disable-gnutls |