diff options
Diffstat (limited to 'java/junit/Makefile')
-rw-r--r-- | java/junit/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/java/junit/Makefile b/java/junit/Makefile index c611eb9183e1..d330d3469de6 100644 --- a/java/junit/Makefile +++ b/java/junit/Makefile @@ -11,7 +11,7 @@ EXTRACT_ONLY= MAINTAINER= danilo@FreeBSD.org COMMENT= Regression testing utility for use with the Java(TM) Language -RUN_DEPENDS= ${JAVAJARDIR}/hamcrest.jar:${PORTSDIR}/java/hamcrest +RUN_DEPENDS= ${JAVAJARDIR}/hamcrest.jar:java/hamcrest USE_JAVA= yes NO_BUILD= yes |