diff options
author | perky <perky@FreeBSD.org> | 2004-01-03 22:18:55 +0800 |
---|---|---|
committer | perky <perky@FreeBSD.org> | 2004-01-03 22:18:55 +0800 |
commit | fc46ce4a6d6bb70f8edecf8b94901dfe6647abca (patch) | |
tree | 8ce147ad6e7e6e770352ef4f60dfbf0bee279d72 /devel | |
parent | 9b33365a33db4fa4c0fcd108c33f9f19cc5e878e (diff) | |
download | freebsd-ports-gnome-fc46ce4a6d6bb70f8edecf8b94901dfe6647abca.tar.gz freebsd-ports-gnome-fc46ce4a6d6bb70f8edecf8b94901dfe6647abca.tar.zst freebsd-ports-gnome-fc46ce4a6d6bb70f8edecf8b94901dfe6647abca.zip |
This port works for Python 2.3+ only.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/py-anonfunc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/py-anonfunc/Makefile b/devel/py-anonfunc/Makefile index bcba11a8e539..6f5eaa073702 100644 --- a/devel/py-anonfunc/Makefile +++ b/devel/py-anonfunc/Makefile @@ -15,7 +15,7 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= perky@FreeBSD.org COMMENT= Python module that provides easy anonymous function -USE_PYTHON= yes +USE_PYTHON= 2.3+ USE_PYDISTUTILS=yes .include <bsd.port.mk> |