svn commit: r395889 - head/print/py-cups

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Wed Sep 2 17:04:32 UTC 2015


Author: sunpoet
Date: Wed Sep  2 17:04:31 2015
New Revision: 395889
URL: https://svnweb.freebsd.org/changeset/ports/395889

Log:
  - Allow concurrent installation (USE_PYTHON=concurrent)

Modified:
  head/print/py-cups/Makefile

Modified: head/print/py-cups/Makefile
==============================================================================
--- head/print/py-cups/Makefile	Wed Sep  2 17:04:27 2015	(r395888)
+++ head/print/py-cups/Makefile	Wed Sep  2 17:04:31 2015	(r395889)
@@ -18,7 +18,7 @@ LIB_DEPENDS=	libcups.so:${PORTSDIR}/prin
 
 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>


More information about the svn-ports-all mailing list