aboutsummaryrefslogtreecommitdiffstats
path: root/devel/eric
diff options
context:
space:
mode:
authoradamw <adamw@FreeBSD.org>2004-01-26 12:41:27 +0800
committeradamw <adamw@FreeBSD.org>2004-01-26 12:41:27 +0800
commit8fe6f099082cac094d09af4ad38ae19ca05445e8 (patch)
tree3dafd9bb50eb9cbb6fd1e5e0d69cdbc2a5d7d6a6 /devel/eric
parent164ca234f0761c3d3720ab541b1b81d593c5befc (diff)
downloadfreebsd-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/Makefile2
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