summaryrefslogtreecommitdiff
path: root/java/junit
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2016-04-01 14:08:37 +0000
committerMathieu Arnold <mat@FreeBSD.org>2016-04-01 14:08:37 +0000
commita9dcad2fffcc27906b85c5a15fdb3e50fdc1e2e2 (patch)
tree23607acdfffe977946d3c7bb877bab60e64640e7 /java/junit
parentRemove ${PORTSDIR}/ from dependencies, categories d, e, f, and g. (diff)
Remove ${PORTSDIR}/ from dependencies, categories h, i, j, k, and l.
With hat: portmgr Sponsored by: Absolight
Notes
Notes: svn path=/head/; revision=412347
Diffstat (limited to 'java/junit')
-rw-r--r--java/junit/Makefile2
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