diff options
author | Hye-Shik Chang <perky@FreeBSD.org> | 2004-12-02 16:38:37 +0000 |
---|---|---|
committer | Hye-Shik Chang <perky@FreeBSD.org> | 2004-12-02 16:38:37 +0000 |
commit | c5d9def00b95bdd1334f1475139a7aaef7bf5f40 (patch) | |
tree | e6ace6e68fc8f04ff291da310d8d3dabc7cf6765 /devel | |
parent | Fix build on Python 2.4. (diff) |
decompyle does not run on Python 2.4 yet.
Notes
Notes:
svn path=/head/; revision=122997
Diffstat (limited to 'devel')
-rw-r--r-- | devel/decompyle/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/decompyle/Makefile b/devel/decompyle/Makefile index dde446ff5f5b..fcf6fe3e062a 100644 --- a/devel/decompyle/Makefile +++ b/devel/decompyle/Makefile @@ -14,7 +14,7 @@ DISTNAME= ${PORTNAME}-${PORTVERSION:S/.b/beta/g} MAINTAINER= perky@FreeBSD.org COMMENT= Python byte-code decompiler -USE_PYTHON= yes +USE_PYTHON= -2.3 USE_PYDISTUTILS= yes USE_REINPLACE= yes USE_ZIP= yes |