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/eric | |
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/eric')
-rw-r--r-- | devel/eric/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/eric/Makefile b/devel/eric/Makefile index 8fe59ed..7cdd20e 100644 --- a/devel/eric/Makefile +++ b/devel/eric/Makefile @@ -7,6 +7,7 @@ PORTNAME= eric PORTVERSION= 3.3.1 +PORTREVISION= 1 CATEGORIES= devel python MASTER_SITES= http://www.die-offenbachs.de/detlev/files/ @@ -17,7 +18,7 @@ BUILD_DEPENDS= ${X11BASE}/lib/libqscintilla.so:${PORTSDIR}/x11-toolkits/qscintil ${LOCALBASE}/bin/sip:${PORTSDIR}/devel/py-sip\ pyuic:${PORTSDIR}/x11-toolkits/py-qt -USE_PYTHON= 2.3 +USE_PYTHON= yes USE_REINPLACE= yes NO_BUILD= yes |