diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-03-19 05:36:30 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-03-19 05:36:30 +0000 |
commit | 290bceb8f957017918c2137777723dc8dfa4e38e (patch) | |
tree | aa57b1114b7ee3d2cd54a307e15e8693350b9dc8 /security/xmlsec1 | |
parent | 952b5ad296fa3f2e41fb86b5e5ce29c2a1c3a3ba (diff) | |
download | ports-290bceb8f957017918c2137777723dc8dfa4e38e.tar.gz ports-290bceb8f957017918c2137777723dc8dfa4e38e.zip |
Notes
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 654b5cf54784..7cfb9eb20298 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.7:${PORTSDIR}/security/gnutls +LIB_DEPENDS+= gnutls.13:${PORTSDIR}/security/gnutls .else CONFIGURE_ARGS+= --without-gnutls .endif |