diff options
| author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-06-06 01:44:39 +0000 |
|---|---|---|
| committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-06-06 01:44:39 +0000 |
| commit | d3702246bba027fe034617b17d8def87bcaeeaa8 (patch) | |
| tree | e848010bc0247089bfb704734c4f41c0962a8929 /security/xmlsec1 | |
| parent | Update to 2.0.9. For a list of changes, see http://xchat.org/changelog.txt. (diff) | |
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 7cfb9eb20298..19d8c9934d3f 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 |
