svn commit: r407583 - head/devel/py-python-magic

Kubilay Kocak koobs at FreeBSD.org
Sun Jan 31 08:20:02 UTC 2016


Author: koobs
Date: Sun Jan 31 08:20:01 2016
New Revision: 407583
URL: https://svnweb.freebsd.org/changeset/ports/407583

Log:
  devel/py-python-magic: Allow USES to be overriden
  
  Allow USES value to be overridden, in this case by py3-python-magic

Modified:
  head/devel/py-python-magic/Makefile

Modified: head/devel/py-python-magic/Makefile
==============================================================================
--- head/devel/py-python-magic/Makefile	Sun Jan 31 08:18:29 2016	(r407582)
+++ head/devel/py-python-magic/Makefile	Sun Jan 31 08:20:01 2016	(r407583)
@@ -12,7 +12,7 @@ COMMENT=	File type identification using 
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-USES=		python
+USES?=		python
 USE_GITHUB=	yes
 USE_PYTHON=	autoplist distutils
 


More information about the svn-ports-head mailing list