From 15cebad19c7cddd1013f0f9e12d1bf4e233e9454 Mon Sep 17 00:00:00 2001 From: Sunpoet Po-Chuan Hsieh Date: Sat, 29 Mar 2014 19:53:32 +0000 Subject: [PATCH] - Use USES=tar:bzip2 --- print/py-cups/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/print/py-cups/Makefile b/print/py-cups/Makefile index 65e3918368be..81ae77e0f93f 100644 --- a/print/py-cups/Makefile +++ b/print/py-cups/Makefile @@ -20,10 +20,9 @@ LIB_DEPENDS= libcups.so:${PORTSDIR}/print/cups-client 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