aboutsummaryrefslogtreecommitdiffstats
path: root/java/classpath
diff options
context:
space:
mode:
authormat <mat@FreeBSD.org>2016-04-01 22:08:37 +0800
committermat <mat@FreeBSD.org>2016-04-01 22:08:37 +0800
commit0e1e582c065e8fdcb4c8070ec1b22a3d70aa3a7c (patch)
tree23607acdfffe977946d3c7bb877bab60e64640e7 /java/classpath
parent148314483d3098c0d6a33944f1190842e671502f (diff)
downloadfreebsd-ports-gnome-0e1e582c065e8fdcb4c8070ec1b22a3d70aa3a7c.tar.gz
freebsd-ports-gnome-0e1e582c065e8fdcb4c8070ec1b22a3d70aa3a7c.tar.zst
freebsd-ports-gnome-0e1e582c065e8fdcb4c8070ec1b22a3d70aa3a7c.zip
Remove ${PORTSDIR}/ from dependencies, categories h, i, j, k, and l.
With hat: portmgr Sponsored by: Absolight
Diffstat (limited to 'java/classpath')
-rw-r--r--java/classpath/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/java/classpath/Makefile b/java/classpath/Makefile
index 34ebf83c9204..d029c4e76750 100644
--- a/java/classpath/Makefile
+++ b/java/classpath/Makefile
@@ -83,7 +83,7 @@ PLIST_SUB+= GJDOC="@comment "
.endif
.if ${PORT_OPTIONS:MGMP}
-LIB_DEPENDS+= libgmp.so:${PORTSDIR}/math/gmp
+LIB_DEPENDS+= libgmp.so:math/gmp
CONFIGURE_ARGS+= --with-gmp=${LOCALBASE}
PLIST_SUB+= GMP=""
.else
@@ -118,7 +118,7 @@ PLIST_SUB+= QT4="@comment "
.endif
.if !defined(WITH_GCJ) && (${ARCH} == "amd64" || ${ARCH} == "i386")
-BUILD_DEPENDS+= ${LOCALBASE}/bootstrap-openjdk/bin/javac:${PORTSDIR}/java/bootstrap-openjdk
+BUILD_DEPENDS+= ${LOCALBASE}/bootstrap-openjdk/bin/javac:java/bootstrap-openjdk
JAR?= ${LOCALBASE}/bootstrap-openjdk/bin/jar
JAVA?= ${LOCALBASE}/bootstrap-openjdk/bin/java
JAVAC?= ${LOCALBASE}/bootstrap-openjdk/bin/javac