diff options
author | Roman Bogorodskiy <novel@FreeBSD.org> | 2011-06-06 08:15:35 +0000 |
---|---|---|
committer | Roman Bogorodskiy <novel@FreeBSD.org> | 2011-06-06 08:15:35 +0000 |
commit | 794580c5344b99768a1d958a682163f5fdbdd775 (patch) | |
tree | 8c8dbb4fdf819d5b5b0ca71e4afe2415377459ed | |
parent | a8d76a0936a0e3cd5e6888011ef83735d5363004 (diff) |
Notes
-rw-r--r-- | security/gnutls/Makefile | 3 |
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 |