aboutsummaryrefslogtreecommitdiffstats
path: root/net-p2p/azureus
diff options
context:
space:
mode:
authoredwin <edwin@FreeBSD.org>2006-01-05 07:24:28 +0800
committeredwin <edwin@FreeBSD.org>2006-01-05 07:24:28 +0800
commitc8fe80672a42451e77fc1666299fd6af501819e3 (patch)
tree9893d8e88d949bf4dee7a1f2a54d5834abae8b40 /net-p2p/azureus
parent9a1fa6dc665759ebcc9e1005cd9719304484b39e (diff)
downloadfreebsd-ports-gnome-c8fe80672a42451e77fc1666299fd6af501819e3.tar.gz
freebsd-ports-gnome-c8fe80672a42451e77fc1666299fd6af501819e3.tar.zst
freebsd-ports-gnome-c8fe80672a42451e77fc1666299fd6af501819e3.zip
[PATCH] net/azureus: fix build
Fix location of installed junit.jar Now the build fails when trying to install already installed java/junit. With the patch my TinderFoxy builds w/o error (tested on 4 and 7). PR: ports/91323 Submitted by: Ion-Mihai "IOnut" Tetcu <itetcu@gmail.com>
Diffstat (limited to 'net-p2p/azureus')
-rw-r--r--net-p2p/azureus/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/net-p2p/azureus/Makefile b/net-p2p/azureus/Makefile
index a3ee0c6e602d..e290bfe7bc14 100644
--- a/net-p2p/azureus/Makefile
+++ b/net-p2p/azureus/Makefile
@@ -19,7 +19,7 @@ COMMENT= A BitTorrent client written in Java
BUILD_DEPENDS= \
${JAVALIBDIR}/log4j.jar:${PORTSDIR}/devel/log4j \
${JAVALIBDIR}/commons-cli.jar:${PORTSDIR}/java/jakarta-commons-cli \
- ${LOCALBASE}/eclipse/plugins/org.junit_3.8.1/junit.jar:${PORTSDIR}/java/junit \
+ ${LOCALBASE}/share/java/classes/junit.jar:${PORTSDIR}/java/junit \
${JAVALIBDIR}/swt.jar:${PORTSDIR}/x11-toolkits/swt31 \
${JAVALIBDIR}/seda.jar:${PORTSDIR}/net/seda
RUN_DEPENDS= \