diff options
Diffstat (limited to 'devel/eric')
-rw-r--r-- | devel/eric/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/eric/Makefile b/devel/eric/Makefile index 924de5385764..fa8c6fd366d8 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 + ${LOCALBASE}/bin/pyuic:${PORTSDIR}/x11-toolkits/py-qt USE_PYTHON= yes USE_REINPLACE= yes |