diff options
author | glarkin <glarkin@FreeBSD.org> | 2010-08-18 21:30:54 +0800 |
---|---|---|
committer | glarkin <glarkin@FreeBSD.org> | 2010-08-18 21:30:54 +0800 |
commit | c274b305106e6ef0a63efda20e0916a5c4acac7d (patch) | |
tree | 6e7a6580da01e3f55e23433189828b37c2f1f3f1 | |
parent | 8a0a9c9e6dd303d72d23b3afd525973331f45193 (diff) | |
download | freebsd-ports-gnome-c274b305106e6ef0a63efda20e0916a5c4acac7d.tar.gz freebsd-ports-gnome-c274b305106e6ef0a63efda20e0916a5c4acac7d.tar.zst freebsd-ports-gnome-c274b305106e6ef0a63efda20e0916a5c4acac7d.zip |
- Restrict port to use Python 2.6+, since 2.4/2.5 fail to build it
with a syntax error.
PR: ports/149585
Submitted by: glarkin
Approved by: Kouki Hashimoto <hsmtkk at gmail dot com> (maintainer)
-rw-r--r-- | devel/py-unittestplus/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/py-unittestplus/Makefile b/devel/py-unittestplus/Makefile index bee4def2cf64..b6918c67a8ac 100644 --- a/devel/py-unittestplus/Makefile +++ b/devel/py-unittestplus/Makefile @@ -15,7 +15,7 @@ MAINTAINER= hsmtkk@gmail.com COMMENT= Test utilities built on unittest USE_ZIP= yes -USE_PYTHON= yes +USE_PYTHON= 2.6+ USE_PYDISTUTILS= yes .include <bsd.port.mk> |