diff options
author | John Marino <marino@FreeBSD.org> | 2014-06-26 09:13:00 +0000 |
---|---|---|
committer | John Marino <marino@FreeBSD.org> | 2014-06-26 09:13:00 +0000 |
commit | 1fc2c068b448aa3f47c2ecdc62f14a9e2991683d (patch) | |
tree | 632b0083e0437a03340b1e8311394d071e22aacb /java/eclipse | |
parent | 635115204edb08a0b483a52f02213dd97e79ddc6 (diff) | |
download | ports-1fc2c068b448aa3f47c2ecdc62f14a9e2991683d.tar.gz ports-1fc2c068b448aa3f47c2ecdc62f14a9e2991683d.zip |
Notes
Diffstat (limited to 'java/eclipse')
-rw-r--r-- | java/eclipse/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/java/eclipse/Makefile b/java/eclipse/Makefile index c6ceaaa1c35e..1e2d5d793627 100644 --- a/java/eclipse/Makefile +++ b/java/eclipse/Makefile @@ -52,8 +52,6 @@ GITCLONE=${DISTDIR}/eclipse/eclipse-gitclone/eclipse.platform.releng.aggregator MVN_LOCAL_REPO= -Dmaven.repo.local=${WRKDIR}/eclipse-maven-repo-${PORTVERSION}/repository MVN_TEST_FLAG= -Dmaven.test.skip=true -MVN_OPTS+= # a placeholder for MAVEN_OPTS environment variable - # in the following format: MAVEN_OPTS='-Xmx1792m' MVN_SETTINGS+= --offline ECLIPSE_WS= gtk ECLIPSE_ARCH= x86${ARCH:C/^i.86//:C/^amd/_/} |