Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 31 Jan 2016 08:20:01 +0000 (UTC)
From:      Kubilay Kocak <koobs@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r407583 - head/devel/py-python-magic
Message-ID:  <201601310820.u0V8K1tR067732@repo.freebsd.org>

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



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