svn commit: r370328 - head/graphics/libetonyek01

Baptiste Daroussin bapt at FreeBSD.org
Tue Oct 7 12:47:44 UTC 2014


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


More information about the svn-ports-all mailing list