1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-26 05:02:18 +00:00

- Unbreak by correcting LIB_DEPENDS: gcrypt.10 is security/libgcrypt-devel,

not security/libgcrypt. Thanks to Kris for spotting this.
- Bump PORTREVISION
This commit is contained in:
Sergei Kolobov 2004-03-24 07:12:22 +00:00
parent c58388325b
commit 5eddd6d075
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=105106

View File

@ -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