diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2017-01-03 18:43:18 +0000 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2017-01-03 18:43:18 +0000 |
commit | 417eff8ffbb134c0eceb884c13aeecebbcdfbf2b (patch) | |
tree | a2cbd0524028e8dab67072808b343a9acf54ce58 /print/libmspub01 | |
parent | b557ec87bb860b1575ae5b0114ea8c037ca358f9 (diff) |
Notes
Diffstat (limited to 'print/libmspub01')
-rw-r--r-- | print/libmspub01/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/print/libmspub01/Makefile b/print/libmspub01/Makefile index ef16dd4067b7..77781dc6c543 100644 --- a/print/libmspub01/Makefile +++ b/print/libmspub01/Makefile @@ -2,7 +2,7 @@ PORTNAME= libmspub PORTVERSION= 0.1.2 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= print graphics devel MASTER_SITES= http://dev-www.libreoffice.org/src/${PORTNAME}/ PKGNAMESUFFIX= 01 @@ -25,7 +25,4 @@ INSTALL_TARGET= install-strip CONFIGURE_ARGS= --disable-werror --without-docs CPPFLAGS+= -I${LOCALBASE}/include -post-patch: - @${REINPLACE_CMD} -e "s,zlib,,g" ${WRKSRC}/libmspub.pc.in - .include <bsd.port.mk> |