diff options
Diffstat (limited to 'print')
-rw-r--r-- | print/libmspub01/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/print/libmspub01/Makefile b/print/libmspub01/Makefile index acc86e7f8fd..992fed6bef8 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> |