Date: Tue, 7 Oct 2014 12:47:44 +0000 (UTC) From: Baptiste Daroussin <bapt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r370328 - head/graphics/libetonyek01 Message-ID: <201410071247.s97CliHh067400@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bapt Date: Tue Oct 7 12:47:43 2014 New Revision: 370328 URL: https://svnweb.freebsd.org/changeset/ports/370328 QAT: https://qat.redports.org/buildarchive/r370328/ Log: Remove zlib from required dependencies for libetonyek01 Modified: head/graphics/libetonyek01/Makefile Modified: head/graphics/libetonyek01/Makefile ============================================================================== --- head/graphics/libetonyek01/Makefile Tue Oct 7 12:45:02 2014 (r370327) +++ head/graphics/libetonyek01/Makefile Tue Oct 7 12:47:43 2014 (r370328) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201410071247.s97CliHh067400>