diff options
Diffstat (limited to 'java/jikes/Makefile')
-rw-r--r-- | java/jikes/Makefile | 3 |
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 |