diff options
author | bapt <bapt@FreeBSD.org> | 2014-10-07 20:47:43 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-10-07 20:47:43 +0800 |
commit | de9f690fc812a84d27bfca2601b0ed15c8cfe423 (patch) | |
tree | e4758c4a97e4c95b5f7e3763d73d04c678d840a1 | |
parent | 226ea5487fe87111414d56c91d6cd1c1f7e223af (diff) | |
download | freebsd-ports-gnome-de9f690fc812a84d27bfca2601b0ed15c8cfe423.tar.gz freebsd-ports-gnome-de9f690fc812a84d27bfca2601b0ed15c8cfe423.tar.zst freebsd-ports-gnome-de9f690fc812a84d27bfca2601b0ed15c8cfe423.zip |
Remove zlib from required dependencies for libetonyek01
-rw-r--r-- | graphics/libetonyek01/Makefile | 4 |
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 |