summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsergei <sergei@FreeBSD.org>2004-03-24 07:12:22 +0000
committersergei <sergei@FreeBSD.org>2004-03-24 07:12:22 +0000
commit392b30c68ca06f52a18ec76e9364b2702d366d75 (patch)
tree0633d36f50af64b6fe570f0d9d0302a67418d4e8
parent63e2cf4869c997a0e6aeb562d1e3309847211d68 (diff)
downloadFreeBSD-ports-392b30c68ca06f52a18ec76e9364b2702d366d75.zip
FreeBSD-ports-392b30c68ca06f52a18ec76e9364b2702d366d75.tar.gz
- Unbreak by correcting LIB_DEPENDS: gcrypt.10 is security/libgcrypt-devel,
not security/libgcrypt. Thanks to Kris for spotting this. - Bump PORTREVISION
-rw-r--r--security/gnutls-devel/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/security/gnutls-devel/Makefile b/security/gnutls-devel/Makefile
index 791e49a..350ef03 100644
--- a/security/gnutls-devel/Makefile
+++ b/security/gnutls-devel/Makefile
@@ -7,6 +7,7 @@
PORTNAME= gnutls
PORTVERSION= 1.1.6
+PORTREVISION= 1
CATEGORIES= security net
MASTER_SITES= ${MASTER_SITE_GNUPG} \
http://www.mirrors.wiretapped.net/security/network-security/gnutls/devel/ \
@@ -18,13 +19,11 @@ PKGNAMESUFFIX= -devel
MAINTAINER= sergei@FreeBSD.org
COMMENT= GNU Transport Layer Security library (development version)
-LIB_DEPENDS= gcrypt.10:${PORTSDIR}/security/libgcrypt \
+LIB_DEPENDS= gcrypt.10:${PORTSDIR}/security/libgcrypt-devel \
gpg-error.1:${PORTSDIR}/security/libgpg-error \
tasn1.2:${PORTSDIR}/security/libtasn1 \
opencdk.8:${PORTSDIR}/security/opencdk
-BROKEN= "Inconsistent dependencies (depends on two versions of libgcrypt)"
-
CONFLICTS= gnutls-[0-9]*
USE_ICONV= yes
OpenPOWER on IntegriCloud