diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2015-09-03 01:04:31 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2015-09-03 01:04:31 +0800 |
commit | caf6f48e0e8df6fe3d40cac116ac249bd7df6dd1 (patch) | |
tree | 308cb9bbfab63830c9ea87ae8c9a20174d996525 /print | |
parent | 3f2bd79c4e7ff4ab7385c9e58067fd8f91048fb6 (diff) | |
download | freebsd-ports-gnome-caf6f48e0e8df6fe3d40cac116ac249bd7df6dd1.tar.gz freebsd-ports-gnome-caf6f48e0e8df6fe3d40cac116ac249bd7df6dd1.tar.zst freebsd-ports-gnome-caf6f48e0e8df6fe3d40cac116ac249bd7df6dd1.zip |
- Allow concurrent installation (USE_PYTHON=concurrent)
Diffstat (limited to 'print')
-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> |