diff options
Diffstat (limited to 'java')
-rw-r--r-- | java/icedtea-web/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/java/icedtea-web/Makefile b/java/icedtea-web/Makefile index 4c1943239c18..ee4b86a667d7 100644 --- a/java/icedtea-web/Makefile +++ b/java/icedtea-web/Makefile @@ -40,10 +40,11 @@ PLIST_FILES= bin/itweb-javaws bin/itweb-settings \ PORTDATA= about.jar about.jnlp netx.jar PORTDOCS= netx -BUILD_DEPENDS+= ${LOCALBASE}/bin/zip:${PORTSDIR}/archivers/zip \ - ${LOCALBASE}/bin/pkg-config:${PORTSDIR}/devel/pkg-config +BUILD_DEPENDS+= ${LOCALBASE}/bin/zip:${PORTSDIR}/archivers/zip RUN_DEPENDS+= ${LOCALBASE}/bin/bash:${PORTSDIR}/shells/bash +USE_PKGCONFIG= yes + CONFIGURE_ARGS+=--with-ecj=no --with-jdk-home="${JAVA_HOME}" .include <bsd.port.pre.mk> |