diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2015-09-03 01:04:31 +0800 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2015-09-03 01:04:31 +0800 |
commit | 72faff0b6df29ba160a7a17cfda133c71fe8d09b (patch) | |
tree | 308cb9bbfab63830c9ea87ae8c9a20174d996525 /print/py-cups | |
parent | a128ba9a8f7b302c56d638504215ff29d6235864 (diff) | |
download | freebsd-ports-gnome-72faff0b6df29ba160a7a17cfda133c71fe8d09b.tar.gz freebsd-ports-gnome-72faff0b6df29ba160a7a17cfda133c71fe8d09b.tar.zst freebsd-ports-gnome-72faff0b6df29ba160a7a17cfda133c71fe8d09b.zip |
- Allow concurrent installation (USE_PYTHON=concurrent)
Diffstat (limited to 'print/py-cups')
-rw-r--r-- | print/py-cups/Makefile | 2 |
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> |