diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-10-07 13:33:25 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-10-07 13:33:25 +0000 |
commit | 5279b4ba318bd218249547b14fbbfd1af64caa97 (patch) | |
tree | ae31ea9d810d341110522e8bc47471d828a799c6 /print | |
parent | 8fcf75bb990a5d18dfc2c19676769d87b3b08fe5 (diff) | |
download | ports-5279b4ba318bd218249547b14fbbfd1af64caa97.tar.gz ports-5279b4ba318bd218249547b14fbbfd1af64caa97.zip |
Notes
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 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> |