aboutsummaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authorwg <wg@FreeBSD.org>2013-07-08 03:57:31 +0800
committerwg <wg@FreeBSD.org>2013-07-08 03:57:31 +0800
commit1299fe55102111fa7a85bdc8bbbb56cac419a5e3 (patch)
treee508614a6292805c56c5404435f8fcc275f94e6f /net
parent42b2ec80de3b411447682415e09df5a46455a839 (diff)
downloadfreebsd-ports-gnome-1299fe55102111fa7a85bdc8bbbb56cac419a5e3.tar.gz
freebsd-ports-gnome-1299fe55102111fa7a85bdc8bbbb56cac419a5e3.tar.zst
freebsd-ports-gnome-1299fe55102111fa7a85bdc8bbbb56cac419a5e3.zip
net/py-kombu: fix USE_PYTHON
- Fix USE_PYTHON to restrict it to python 2.x Reported by: rm
Diffstat (limited to 'net')
-rw-r--r--net/py-kombu/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/py-kombu/Makefile b/net/py-kombu/Makefile
index 5d7f713f4800..73e8500ad896 100644
--- a/net/py-kombu/Makefile
+++ b/net/py-kombu/Makefile
@@ -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>