From caf6f48e0e8df6fe3d40cac116ac249bd7df6dd1 Mon Sep 17 00:00:00 2001 From: sunpoet Date: Wed, 2 Sep 2015 17:04:31 +0000 Subject: - Allow concurrent installation (USE_PYTHON=concurrent) --- print/py-cups/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'print') diff --git a/print/py-cups/Makefile b/print/py-cups/Makefile index 616ee4228d93..7387ce412472 100644 --- a/print/py-cups/Makefile +++ b/print/py-cups/Makefile @@ -18,7 +18,7 @@ LIB_DEPENDS= libcups.so:${PORTSDIR}/print/cups-client CFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -USE_PYTHON= autoplist distutils +USE_PYTHON= autoplist concurrent distutils USES= iconv python tar:bzip2 .include -- cgit