summaryrefslogtreecommitdiff
path: root/java/jikes
diff options
context:
space:
mode:
authorTijl Coosemans <tijl@FreeBSD.org>2015-10-10 14:03:00 +0000
committerTijl Coosemans <tijl@FreeBSD.org>2015-10-10 14:03:00 +0000
commit3a55a118dde2f1cef80ad8ed446044449cb8417d (patch)
tree4ac25229c12e49e974a92ecd82e01b92eea15c00 /java/jikes
parent630b5a689e7c6ead73c118b24cff9156918e9155 (diff)
Notes
Diffstat (limited to 'java/jikes')
-rw-r--r--java/jikes/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/java/jikes/Makefile b/java/jikes/Makefile
index 569ec45fd216..36069011e65a 100644
--- a/java/jikes/Makefile
+++ b/java/jikes/Makefile
@@ -12,7 +12,8 @@ COMMENT= Java source to byte-code compiler made available by IBM
PLIST_SUB= PORTVERSION=${PORTVERSION}
GNU_CONFIGURE= yes
-CONFIGURE_ARGS= ac_cv_search_libiconv_open=no
+CONFIGURE_ARGS= ac_cv_search_iconv=${ICONV_LIB} \
+ ac_cv_search_libiconv_open=no
USES= iconv gmake tar:bzip2
CPPFLAGS+= -I${LOCALBASE}/include