diff options
author | Johan van Selst <johans@FreeBSD.org> | 2010-11-09 17:45:20 +0000 |
---|---|---|
committer | Johan van Selst <johans@FreeBSD.org> | 2010-11-09 17:45:20 +0000 |
commit | 3fd387203d5205d0cf15f5ff5f3c65083d9e1906 (patch) | |
tree | 2d1b9c4fbe625729fc0e961de6f0e30bd8b79224 /security/xmlsec1 | |
parent | 23e6f9fb65696ef135d74c89237a30539bba1bc7 (diff) | |
download | ports-3fd387203d5205d0cf15f5ff5f3c65083d9e1906.tar.gz ports-3fd387203d5205d0cf15f5ff5f3c65083d9e1906.zip |
Notes
Diffstat (limited to 'security/xmlsec1')
-rw-r--r-- | security/xmlsec1/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/security/xmlsec1/Makefile b/security/xmlsec1/Makefile index 084afb20d8ae..a87a0bce63e3 100644 --- a/security/xmlsec1/Makefile +++ b/security/xmlsec1/Makefile @@ -7,6 +7,7 @@ PORTNAME= xmlsec1 PORTVERSION= 1.2.16 +PORTREVISION= 1 CATEGORIES= security MASTER_SITES= http://www.aleksey.com/xmlsec/download/ \ ftp://ftp.aleksey.com/pub/xmlsec/releases/ \ @@ -81,6 +82,7 @@ post-patch: @${REINPLACE_CMD} \ -e 's,total_time.*/ 1000),total_time*1000/CLOCKS_PER_SEC,' \ ${WRKSRC}/apps/xmlsec.c + @${REINPLACE_CMD} -e 's,\\\\\\,\\,g' ${WRKSRC}/*.pc.in .if defined(WITH_GNUTLS) # Don't rely on broken autodetection @${REINPLACE_CMD} -e '/^GNUTLS_FOUND/s/no/yes/' \ |