diff options
Diffstat (limited to 'net/samba4-devel/Makefile')
-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 |