summaryrefslogtreecommitdiff
path: root/net-p2p/azureus2
diff options
context:
space:
mode:
authorMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2005-10-05 18:18:56 +0000
committerMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2005-10-05 18:18:56 +0000
commit4ba65cef22a2c17390795ccf032a2f8c61a51864 (patch)
treeb5e90fb9035df5807992aa6e00b66b3320bf2b01 /net-p2p/azureus2
parent- Add missing man pages (diff)
Small protection layer in case the ports system is not completely
available on the target system but the dependencies are (read java/eclipse).
Notes
Notes: svn path=/head/; revision=144331
Diffstat (limited to 'net-p2p/azureus2')
-rw-r--r--net-p2p/azureus2/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/net-p2p/azureus2/Makefile b/net-p2p/azureus2/Makefile
index ba1c272fb976..a7864330014b 100644
--- a/net-p2p/azureus2/Makefile
+++ b/net-p2p/azureus2/Makefile
@@ -79,8 +79,12 @@ do-install:
.include <bsd.port.pre.mk>
+.if exists(${PORTSDIR}/java/eclipse)
ECLIPSE_PORT= ${PORTSDIR}/java/eclipse
ECLIPSE_VERSION!= cd ${ECLIPSE_PORT} && ${MAKE} -V PORTVERSION
+.else
+ECLIPSE_VERSION= 3.1
+.endif
CLASSPATH=.
.for jar in ${CLASSPATH_JARS}