aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoman Bogorodskiy <novel@FreeBSD.org>2011-06-06 08:15:35 +0000
committerRoman Bogorodskiy <novel@FreeBSD.org>2011-06-06 08:15:35 +0000
commit794580c5344b99768a1d958a682163f5fdbdd775 (patch)
tree8c8dbb4fdf819d5b5b0ca71e4afe2415377459ed
parenta8d76a0936a0e3cd5e6888011ef83735d5363004 (diff)
Notes
-rw-r--r--security/gnutls/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/security/gnutls/Makefile b/security/gnutls/Makefile
index 2752c9e9b4c1..bc6643fae7fb 100644
--- a/security/gnutls/Makefile
+++ b/security/gnutls/Makefile
@@ -35,6 +35,9 @@ MANCOMPRESSED= no
.include <bsd.port.pre.mk>
+post-configure:
+ @${REINPLACE_CMD} -e 's|zlib||' ${WRKSRC}/lib/gnutls.pc
+
.if (defined(WITH_LIBTASN1) || exists(${LOCALBASE}/lib/libtasn1.so.4)) && !defined(WITHOUT_LIBTASN1)
LIB_DEPENDS+= tasn1.4:${PORTSDIR}/security/libtasn1
.else