summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2004-01-29 23:39:25 +0000
committerPav Lucistnik <pav@FreeBSD.org>2004-01-29 23:39:25 +0000
commitb0df635093cacaf38cc565d6ec6616dbb9f45c6b (patch)
tree71a5d966734681fcaa0016ebaca9611cc8347edc /devel
parent8982cd706ee46a11789ac4f36ddfd0d578a59568 (diff)
downloadfreebsd-ports-b0df635093cacaf38cc565d6ec6616dbb9f45c6b.zip
- Fix dependencies on py-qt
Reported by: bento via kris
Diffstat (limited to 'devel')
-rw-r--r--devel/eric/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/eric/Makefile b/devel/eric/Makefile
index fa8c6fd366d8..c65d9798c95d 100644
--- a/devel/eric/Makefile
+++ b/devel/eric/Makefile
@@ -15,7 +15,7 @@ COMMENT= A Python IDE implemented using PyQt and QScintilla
BUILD_DEPENDS= ${X11BASE}/lib/libqscintilla.so:${PORTSDIR}/x11-toolkits/qscintilla\
${LOCALBASE}/bin/sip:${PORTSDIR}/devel/py-sip\
- ${LOCALBASE}/bin/pyuic:${PORTSDIR}/x11-toolkits/py-qt
+ pyuic:${PORTSDIR}/x11-toolkits/py-qt
USE_PYTHON= yes
USE_REINPLACE= yes