diff options
author | Michael Nottebrock <lofi@FreeBSD.org> | 2005-01-10 22:04:32 +0000 |
---|---|---|
committer | Michael Nottebrock <lofi@FreeBSD.org> | 2005-01-10 22:04:32 +0000 |
commit | a0a495a09099c2e5644305b134fc1884c09bc85f (patch) | |
tree | e1a62540aa9c9c5e04261a7e3b0c228b0ac4687a /devel/kodos | |
parent | f6be0814c8856c79843b9c7c3d941946038295f5 (diff) |
Notes
Diffstat (limited to 'devel/kodos')
-rw-r--r-- | devel/kodos/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/kodos/Makefile b/devel/kodos/Makefile index b8a76f0c1e82..dd5bc807edb6 100644 --- a/devel/kodos/Makefile +++ b/devel/kodos/Makefile @@ -9,6 +9,7 @@ PORTNAME= kodos PORTVERSION= 2.4.5 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -19,7 +20,7 @@ COMMENT= The Python Regular Expression Debugger RUN_DEPENDS= ${PYTHON_SITELIBDIR}/qt.so:${PORTSDIR}/x11-toolkits/py-qt USE_REINPLACE= yes -USE_PYTHON= 1.5-2.3 +USE_PYTHON= yes USE_PYDISTUTILS= yes PLIST_FILES= bin/kodos ${PYTHON_SITELIBDIR:S,^${PREFIX}/,,}/kodos.pth |