aboutsummaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2014-10-07 12:47:43 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2014-10-07 12:47:43 +0000
commit944c8a6d025ffc7f8d232da04be8976cbeea33f9 (patch)
treee4758c4a97e4c95b5f7e3763d73d04c678d840a1 /graphics
parent44ed15c688146a1cd16c15794cb8e72092511092 (diff)
downloadports-944c8a6d025ffc7f8d232da04be8976cbeea33f9.tar.gz
ports-944c8a6d025ffc7f8d232da04be8976cbeea33f9.zip
Remove zlib from required dependencies for libetonyek01
Notes
Notes: svn path=/head/; revision=370328
Diffstat (limited to 'graphics')
-rw-r--r--graphics/libetonyek01/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/graphics/libetonyek01/Makefile b/graphics/libetonyek01/Makefile
index f40521c25c3b..30c6233748ce 100644
--- a/graphics/libetonyek01/Makefile
+++ b/graphics/libetonyek01/Makefile
@@ -2,6 +2,7 @@
PORTNAME= libetonyek
PORTVERSION= 0.1.1
+PORTREVISION= 1
CATEGORIES= graphics
MASTER_SITES= http://dev-www.libreoffice.org/src/${PORTNAME}/
PKGNAMESUFFIX= 01
@@ -32,6 +33,9 @@ TEST_CONFIGURE_OFF= --disable-tests
.include <bsd.port.options.mk>
+post-patch:
+ @${REINPLACE_CMD} -e "s,zlib,,g" ${WRKSRC}/libetonyek.pc.in
+
.if ${PORT_OPTIONS:MTEST}
post-build:
@cd ${WRKSRC}/src/test && ${MAKE_CMD} check