diff options
author | marcus <marcus@FreeBSD.org> | 2004-06-06 01:44:39 +0000 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2004-06-06 01:44:39 +0000 |
commit | 26a7a9ea04b7a7b5a25e1f844627906eb6b66038 (patch) | |
tree | 3a71f5fb2ffafe61c115ab2a90447b9d374a61b8 /security/xmlsec1 | |
parent | c444b8e6132b935c41665622e96402c79fd84e4d (diff) | |
download | FreeBSD-ports-26a7a9ea04b7a7b5a25e1f844627906eb6b66038.zip FreeBSD-ports-26a7a9ea04b7a7b5a25e1f844627906eb6b66038.tar.gz |
Chase the gnutls shared lib version.
Pointy hat to: sergei
Diffstat (limited to 'security/xmlsec1')
-rw-r--r-- | security/xmlsec1/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/xmlsec1/Makefile b/security/xmlsec1/Makefile index 7cfb9eb..19d8c99 100644 --- a/security/xmlsec1/Makefile +++ b/security/xmlsec1/Makefile @@ -31,7 +31,7 @@ MAN1= xmlsec1.1 xmlsec1-config.1 .if defined(WITH_GNUTLS) CONFIGURE_ARGS+= --with-gnutls="${LOCALBASE}" -LIB_DEPENDS+= gnutls.13:${PORTSDIR}/security/gnutls +LIB_DEPENDS+= gnutls.12:${PORTSDIR}/security/gnutls .else CONFIGURE_ARGS+= --without-gnutls .endif |