diff options
author | novel <novel@FreeBSD.org> | 2011-07-14 16:05:49 +0800 |
---|---|---|
committer | novel <novel@FreeBSD.org> | 2011-07-14 16:05:49 +0800 |
commit | 61d3e65050dfb2c5961c4c022cdae58fa1e07db1 (patch) | |
tree | e1b8cb0b0e5c40c43a6831a059119babe169b379 /security/gnutls | |
parent | 3462c91e18e83a4d7deb2ed857e52d532219489c (diff) | |
download | freebsd-ports-gnome-61d3e65050dfb2c5961c4c022cdae58fa1e07db1.tar.gz freebsd-ports-gnome-61d3e65050dfb2c5961c4c022cdae58fa1e07db1.tar.zst freebsd-ports-gnome-61d3e65050dfb2c5961c4c022cdae58fa1e07db1.zip |
- Switch to nettle as crypto library as it's primary library
supported by upstream and additionally there are some
inconsistences with libgcrypt 1.5.x.
- Bump PORTREVISION
Diffstat (limited to 'security/gnutls')
-rw-r--r-- | security/gnutls/Makefile | 6 |
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> |