From c8fe80672a42451e77fc1666299fd6af501819e3 Mon Sep 17 00:00:00 2001 From: edwin Date: Wed, 4 Jan 2006 23:24:28 +0000 Subject: [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 --- net-p2p/azureus2/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'net-p2p/azureus2') diff --git a/net-p2p/azureus2/Makefile b/net-p2p/azureus2/Makefile index a3ee0c6e602d..e290bfe7bc14 100644 --- a/net-p2p/azureus2/Makefile +++ b/net-p2p/azureus2/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= \ -- cgit