svn commit: r349585 - head/print/py-cups
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Sat Mar 29 19:53:33 UTC 2014
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>
More information about the svn-ports-head
mailing list