Date: Sat, 29 Mar 2014 19:53:32 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r349585 - head/print/py-cups Message-ID: <201403291953.s2TJrWmW053683@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Sat Mar 29 19:53:32 2014 New Revision: 349585 URL: http://svnweb.freebsd.org/changeset/ports/349585 QAT: https://qat.redports.org/buildarchive/r349585/ Log: - Use USES=tar:bzip2 Modified: head/print/py-cups/Makefile Modified: head/print/py-cups/Makefile ============================================================================== --- head/print/py-cups/Makefile Sat Mar 29 19:52:23 2014 (r349584) +++ head/print/py-cups/Makefile Sat Mar 29 19:53:32 2014 (r349585) @@ -20,10 +20,9 @@ LIB_DEPENDS= libcups.so:${PORTSDIR}/prin CFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib PYDISTUTILS_AUTOPLIST= yes -USE_BZIP2= yes USE_PYDISTUTILS=yes USE_PYTHON= yes -USES= iconv +USES= iconv tar:bzip2 .include <bsd.port.pre.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201403291953.s2TJrWmW053683>