aboutsummaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorRoman Bogorodskiy <novel@FreeBSD.org>2011-07-14 08:05:49 +0000
committerRoman Bogorodskiy <novel@FreeBSD.org>2011-07-14 08:05:49 +0000
commit0d06d2359a6bf726197ff6e981ea8c0c782d4fb9 (patch)
tree6b90673f72ae1e60bd9bda47c88cde338f2c2511 /security
parent1dd296b21c55a32fa98fd63343a01db74b462405 (diff)
downloadports-0d06d2359a6bf726197ff6e981ea8c0c782d4fb9.tar.gz
ports-0d06d2359a6bf726197ff6e981ea8c0c782d4fb9.zip
Notes
Diffstat (limited to 'security')
-rw-r--r--security/gnutls/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/security/gnutls/Makefile b/security/gnutls/Makefile
index c9d2d00ac383..e13b7031409c 100644
--- a/security/gnutls/Makefile
+++ b/security/gnutls/Makefile
@@ -7,7 +7,7 @@
PORTNAME= gnutls
PORTVERSION= 2.12.7
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= security net
MASTER_SITES= ${MASTER_SITE_GNU} \
${MASTER_SITE_GNUPG}
@@ -16,7 +16,7 @@ MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= novel@FreeBSD.org
COMMENT= GNU Transport Layer Security library
-LIB_DEPENDS= gcrypt.18:${PORTSDIR}/security/libgcrypt \
+LIB_DEPENDS= nettle.4:${PORTSDIR}/security/nettle \
gpg-error.0:${PORTSDIR}/security/libgpg-error
CONFLICTS= gnutls-devel-[0-9]*
@@ -31,7 +31,7 @@ USE_AUTOTOOLS= libtool
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS} -fPIC" LDFLAGS="${LDFLAGS}"
-CONFIGURE_ARGS+= --disable-guile --with-libgcrypt
+CONFIGURE_ARGS+= --disable-guile
MANCOMPRESSED= no
.include <bsd.port.pre.mk>