diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2004-03-30 19:20:22 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2004-03-30 19:20:22 +0000 |
commit | 4efa9ce4aba677e16625a76f8415226114d2d072 (patch) | |
tree | 768a9d49a28e618c67e66b92df38c1d490e817b4 /java/jikes | |
parent | Make the last line of Makefile to be (diff) |
- Use USE_ICONV knob
Approved by: portmgr
Notes
Notes:
svn path=/head/; revision=105722
Diffstat (limited to 'java/jikes')
-rw-r--r-- | java/jikes/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/java/jikes/Makefile b/java/jikes/Makefile index e28abe99041b..c7e6c17e8fc0 100644 --- a/java/jikes/Makefile +++ b/java/jikes/Makefile @@ -14,13 +14,12 @@ MASTER_SITES= ftp://www-126.ibm.com/pub/jikes/${PORTVERSION}/ MAINTAINER= archie@freebsd.org COMMENT= A very fast Java source to byte-code compiler made available by IBM -LIB_DEPENDS= iconv.3:${PORTSDIR}/converters/libiconv - MAN1= jikes.1 PLIST_SUB= PORTVERSION=${PORTVERSION} GNU_CONFIGURE= yes USE_GMAKE= yes +USE_ICONV= yes USE_BZIP2= yes CONFIGURE_ARGS= CPPFLAGS="-I${LOCALBASE}/include" LIBS="-L${LOCALBASE}/lib" |