Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 2 Sep 2015 17:04:32 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r395889 - head/print/py-cups
Message-ID:  <201509021704.t82H4W3s026484@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201509021704.t82H4W3s026484>