aboutsummaryrefslogtreecommitdiff
path: root/print
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2015-09-02 17:04:31 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2015-09-02 17:04:31 +0000
commit72faff0b6df29ba160a7a17cfda133c71fe8d09b (patch)
tree308cb9bbfab63830c9ea87ae8c9a20174d996525 /print
parenta128ba9a8f7b302c56d638504215ff29d6235864 (diff)
downloadports-72faff0b6df29ba160a7a17cfda133c71fe8d09b.tar.gz
ports-72faff0b6df29ba160a7a17cfda133c71fe8d09b.zip
- Allow concurrent installation (USE_PYTHON=concurrent)
Notes
Notes: svn path=/head/; revision=395889
Diffstat (limited to 'print')
-rw-r--r--print/py-cups/Makefile2
1 files changed, 1 insertions, 1 deletions
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 <bsd.port.pre.mk>