diff options
author | Roman Bogorodskiy <novel@FreeBSD.org> | 2013-02-05 16:17:06 +0000 |
---|---|---|
committer | Roman Bogorodskiy <novel@FreeBSD.org> | 2013-02-05 16:17:06 +0000 |
commit | 91e365d630f06550c027e8d6416042302496c4fb (patch) | |
tree | 39eb76ce76a50126ac09099f3cbbc3b7b481086a /net/samba4-devel/Makefile | |
parent | 0412e1a725a89281f5390bc9d0d2fb5c8cef318f (diff) |
Notes
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 13afe657fe33..bbcbd38704fc 100644 --- a/net/samba4-devel/Makefile +++ b/net/samba4-devel/Makefile @@ -3,7 +3,7 @@ PORTNAME?= ${SAMBA4_PORTNAME} PORTVERSION?= ${SAMBA4_VERSION} -PORTREVISION?= 4 +PORTREVISION?= 5 CATEGORIES?= net MASTER_SITES= ${MASTER_SITE_SAMBA} MASTER_SITE_SUBDIR= samba/samba4 @@ -138,7 +138,7 @@ CONFIGURE_ARGS+= --without-pthreads .endif .if defined(WITH_GNUTLS) -LIB_DEPENDS+= gnutls.47:${PORTSDIR}/security/gnutls +LIB_DEPENDS+= gnutls.26:${PORTSDIR}/security/gnutls CONFIGURE_ARGS+= --enable-gnutls .else CONFIGURE_ARGS+= --disable-gnutls |