diff options
author | adamw <adamw@FreeBSD.org> | 2004-01-26 12:41:27 +0800 |
---|---|---|
committer | adamw <adamw@FreeBSD.org> | 2004-01-26 12:41:27 +0800 |
commit | 8fe6f099082cac094d09af4ad38ae19ca05445e8 (patch) | |
tree | 3dafd9bb50eb9cbb6fd1e5e0d69cdbc2a5d7d6a6 /devel/eric | |
parent | 164ca234f0761c3d3720ab541b1b81d593c5befc (diff) | |
download | freebsd-ports-gnome-8fe6f099082cac094d09af4ad38ae19ca05445e8.tar.gz freebsd-ports-gnome-8fe6f099082cac094d09af4ad38ae19ca05445e8.tar.zst freebsd-ports-gnome-8fe6f099082cac094d09af4ad38ae19ca05445e8.zip |
Remove an errant '/' that was b0rking INDEX builds.
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 |