aboutsummaryrefslogtreecommitdiff
path: root/print/libmspub01
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2014-10-07 13:33:25 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2014-10-07 13:33:25 +0000
commit5279b4ba318bd218249547b14fbbfd1af64caa97 (patch)
treeae31ea9d810d341110522e8bc47471d828a799c6 /print/libmspub01
parent8fcf75bb990a5d18dfc2c19676769d87b3b08fe5 (diff)
downloadports-5279b4ba318bd218249547b14fbbfd1af64caa97.tar.gz
ports-5279b4ba318bd218249547b14fbbfd1af64caa97.zip
Remove zlib from pc files
Notes
Notes: svn path=/head/; revision=370332
Diffstat (limited to 'print/libmspub01')
-rw-r--r--print/libmspub01/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/print/libmspub01/Makefile b/print/libmspub01/Makefile
index acc86e7f8fd7..992fed6bef88 100644
--- a/print/libmspub01/Makefile
+++ b/print/libmspub01/Makefile
@@ -2,6 +2,7 @@
PORTNAME= libmspub
PORTVERSION= 0.1.0
+PORTREVISION= 1
CATEGORIES= print graphics devel
MASTER_SITES= http://dev-www.libreoffice.org/src/${PORTNAME}/
PKGNAMESUFFIX= 01
@@ -25,4 +26,7 @@ CONFIGURE_ARGS= --disable-werror --without-docs
CONFIGURE_ENV= ZLIB_CFLAGS="-I/usr/include" ZLIB_LIBS="-lz"
CPPFLAGS+= -I${LOCALBASE}/include
+post-patch:
+ @${REINPLACE_CMD} -e "s,zlib,,g" ${WRKSRC}/libmspub.pc.in
+
.include <bsd.port.mk>