svn commit: r438539 - head/devel/py-llfuse

Steve Wills swills at FreeBSD.org
Fri Apr 14 18:52:27 UTC 2017


Author: swills
Date: Fri Apr 14 18:52:26 2017
New Revision: 438539
URL: https://svnweb.freebsd.org/changeset/ports/438539

Log:
  devel/py-llfuse: Allow overriding USES

Modified:
  head/devel/py-llfuse/Makefile

Modified: head/devel/py-llfuse/Makefile
==============================================================================
--- head/devel/py-llfuse/Makefile	Fri Apr 14 18:51:23 2017	(r438538)
+++ head/devel/py-llfuse/Makefile	Fri Apr 14 18:52:26 2017	(r438539)
@@ -13,7 +13,7 @@ LICENSE=	LGPL20+
 
 BROKEN_powerpc64=	Does not build
 
-USES=		compiler:c++11-lang fuse pkgconfig python tar:bz2
+USES?=		compiler:c++11-lang fuse pkgconfig python tar:bz2
 USE_PYTHON=	autoplist distutils
 
 post-install:


More information about the svn-ports-head mailing list