diff options
author | lofi <lofi@FreeBSD.org> | 2005-01-10 22:04:32 +0000 |
---|---|---|
committer | lofi <lofi@FreeBSD.org> | 2005-01-10 22:04:32 +0000 |
commit | f5c9798d5bc1b93f3f17203c588c628e70a47a6d (patch) | |
tree | 02cf5f96970220515641c3ba3e3136ad16e05aac /devel/kodos | |
parent | acd5a23a5d4bdb9e9996548889f6c5c888656243 (diff) | |
download | FreeBSD-ports-f5c9798d5bc1b93f3f17203c588c628e70a47a6d.zip FreeBSD-ports-f5c9798d5bc1b93f3f17203c588c628e70a47a6d.tar.gz |
Don't restrict ports depending on py-qt to python 2.3 anymore.
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 b8a76f0..dd5bc80 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 |