aboutsummaryrefslogtreecommitdiff
path: root/java/openjdk11
diff options
context:
space:
mode:
authorGreg Lewis <glewis@FreeBSD.org>2019-03-29 05:58:56 +0000
committerGreg Lewis <glewis@FreeBSD.org>2019-03-29 05:58:56 +0000
commit8e56f4080e764721051002bf30600d6856c77fb6 (patch)
tree63a39092b05032e53e5935b59667944389a4e587 /java/openjdk11
parent32926c7289fba7b87b4999a7c6054cbd449eb67f (diff)
downloadports-8e56f4080e764721051002bf30600d6856c77fb6.tar.gz
ports-8e56f4080e764721051002bf30600d6856c77fb6.zip
Remove unnecessary CPPFLAGS and LDFLAGS.
Notes
Notes: svn path=/head/; revision=497068
Diffstat (limited to 'java/openjdk11')
-rw-r--r--java/openjdk11/Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/java/openjdk11/Makefile b/java/openjdk11/Makefile
index 57e01f1dff25..aab32398480a 100644
--- a/java/openjdk11/Makefile
+++ b/java/openjdk11/Makefile
@@ -31,8 +31,6 @@ USE_XORG= x11 xext xi xrender xt xtst
WRKSRC= ${WRKDIR}/${PORTNAME}-jdk${JDK_MAJOR_VERSION}u-jdk-${JDK_MAJOR_VERSION}.${JDK_MINOR_VERSION}.${JDK_PATCH_VERSION}-${JDK_BUILD_NUMBER}-${BSD_JDK_VERSION}
_MAKE_JOBS= #
-CPPFLAGS+= -I${LOCALBASE}/include
-LDFLAGS+= -L${LOCALBASE}/lib
MAKE_ENV= LANG="C" \
LC_ALL="C" \
CLASSPATH="" \