summaryrefslogtreecommitdiff
path: root/net-p2p
diff options
context:
space:
mode:
authorTom McLaughlin <tmclaugh@FreeBSD.org>2006-02-15 17:49:48 +0000
committerTom McLaughlin <tmclaugh@FreeBSD.org>2006-02-15 17:49:48 +0000
commitd780a2a87b08307e2479cb056eaec3dfe67db961 (patch)
treed11eb470369a28b2d3652a5c1b6df7e9abd5a3f3 /net-p2p
parent- Fix build on 7-current by avoiding conflict in si_band macro, that (diff)
Fix DEPENDENCIES after eclipse 3.1.2 update
Notified by: krismail
Notes
Notes: svn path=/head/; revision=156130
Diffstat (limited to 'net-p2p')
-rw-r--r--net-p2p/mldonkey-sancho/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/net-p2p/mldonkey-sancho/Makefile b/net-p2p/mldonkey-sancho/Makefile
index 83157667d6d6..fada37996da4 100644
--- a/net-p2p/mldonkey-sancho/Makefile
+++ b/net-p2p/mldonkey-sancho/Makefile
@@ -7,7 +7,7 @@
PORTNAME= sancho
DISTVERSION= 0.9.4-23
-PORTREVISION= 4
+PORTREVISION= 5
CATEGORIES= net-p2p java
MASTER_SITES= http://sancho-gui.sourceforge.net/%SUBDIR%/
MASTER_SITE_SUBDIR= dl/tmp94
@@ -24,8 +24,8 @@ BUILD_DEPENDS= \
${JAVALIBDIR}/trove.jar:${PORTSDIR}/java/trove4j \
${JAVALIBDIR}/jsch.jar:${PORTSDIR}/net/jsch
RUN_DEPENDS= \
- ${LOCALBASE}/eclipse/plugins/org.eclipse.core.runtime_${ECLIPSE_VERSION}.1.jar:${PORTSDIR}/java/eclipse \
- ${LOCALBASE}/eclipse/plugins/org.eclipse.osgi_${ECLIPSE_VERSION}.1.jar:${PORTSDIR}/java/eclipse \
+ ${LOCALBASE}/eclipse/plugins/org.eclipse.core.runtime_${ECLIPSE_VERSION}.2.jar:${PORTSDIR}/java/eclipse \
+ ${LOCALBASE}/eclipse/plugins/org.eclipse.osgi_${ECLIPSE_VERSION}.2.jar:${PORTSDIR}/java/eclipse \
${LOCALBASE}/eclipse/plugins/org.eclipse.jface_${ECLIPSE_VERSION}.1.jar:${PORTSDIR}/java/eclipse \
${LOCALBASE}/eclipse/startup.jar:${PORTSDIR}/java/eclipse \
${JAVALIBDIR}/swt.jar:${PORTSDIR}/x11-toolkits/swt31 \