aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/libvisio01
diff options
context:
space:
mode:
authorjbeich <jbeich@FreeBSD.org>2017-01-04 02:43:18 +0800
committerjbeich <jbeich@FreeBSD.org>2017-01-04 02:43:18 +0800
commit70766a6f5fde7786e94f0cfe6adeaf14a4d844c1 (patch)
treea2cbd0524028e8dab67072808b343a9acf54ce58 /textproc/libvisio01
parent3f2b02010c1efb75b45801d66db09439f2b0802a (diff)
downloadfreebsd-ports-gnome-70766a6f5fde7786e94f0cfe6adeaf14a4d844c1.tar.gz
freebsd-ports-gnome-70766a6f5fde7786e94f0cfe6adeaf14a4d844c1.tar.zst
freebsd-ports-gnome-70766a6f5fde7786e94f0cfe6adeaf14a4d844c1.zip
Assume "pkg-config --static zlib" works after 9.x EOL
Many hacks simply removed dependency on zlib which broke static linking if it was actually supported.
Diffstat (limited to 'textproc/libvisio01')
-rw-r--r--textproc/libvisio01/Makefile5
1 files changed, 1 insertions, 4 deletions
diff --git a/textproc/libvisio01/Makefile b/textproc/libvisio01/Makefile
index a0ecaa6ad451..eb4086c1e410 100644
--- a/textproc/libvisio01/Makefile
+++ b/textproc/libvisio01/Makefile
@@ -2,7 +2,7 @@
PORTNAME= libvisio
PORTVERSION= 0.1.5
-PORTREVISION= 5
+PORTREVISION= 6
CATEGORIES= textproc devel
MASTER_SITES= http://dev-www.libreoffice.org/src/${PORTNAME}/
PKGNAMESUFFIX= 01
@@ -26,7 +26,4 @@ USE_GNOME= libxml2
USES= compiler:c++0x gmake gperf libtool pathfix perl5 pkgconfig tar:xz
INSTALL_TARGET= install-strip
-post-patch:
- @${REINPLACE_CMD} -e "s,zlib,,g" ${WRKSRC}/libvisio.pc.in
-
.include <bsd.port.mk>