svn commit: r322458 - head/net/py-kombu

William Grzybowski wg at FreeBSD.org
Sun Jul 7 19:57:32 UTC 2013


Author: wg
Date: Sun Jul  7 19:57:31 2013
New Revision: 322458
URL: http://svnweb.freebsd.org/changeset/ports/322458

Log:
  net/py-kombu: fix USE_PYTHON
  
  - Fix USE_PYTHON to restrict it to python 2.x
  
  Reported by:	rm

Modified:
  head/net/py-kombu/Makefile

Modified: head/net/py-kombu/Makefile
==============================================================================
--- head/net/py-kombu/Makefile	Sun Jul  7 19:25:51 2013	(r322457)
+++ head/net/py-kombu/Makefile	Sun Jul  7 19:57:31 2013	(r322458)
@@ -27,7 +27,7 @@ ZMQ_DESC=	Include ZMQ transport support
 # Ports infrastructure bug
 OPTIONSFILE?=	${PORT_DBDIR}/py-${PORTNAME}/options
 
-USE_PYTHON=	2.7-
+USE_PYTHON=	-2.7
 USE_PYDISTUTILS=easy_install
 
 .include <bsd.port.pre.mk>


More information about the svn-ports-all mailing list