From 0e1e582c065e8fdcb4c8070ec1b22a3d70aa3a7c Mon Sep 17 00:00:00 2001 From: mat Date: Fri, 1 Apr 2016 14:08:37 +0000 Subject: Remove ${PORTSDIR}/ from dependencies, categories h, i, j, k, and l. With hat: portmgr Sponsored by: Absolight --- java/classpath/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'java/classpath') 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 -- cgit