aboutsummaryrefslogtreecommitdiff
path: root/java/jikes
diff options
context:
space:
mode:
authorKirill Ponomarev <krion@FreeBSD.org>2004-03-30 19:20:22 +0000
committerKirill Ponomarev <krion@FreeBSD.org>2004-03-30 19:20:22 +0000
commit4efa9ce4aba677e16625a76f8415226114d2d072 (patch)
tree768a9d49a28e618c67e66b92df38c1d490e817b4 /java/jikes
parente60f196636352a608c09494e14f7820b3215a15d (diff)
downloadports-4efa9ce4aba677e16625a76f8415226114d2d072.tar.gz
ports-4efa9ce4aba677e16625a76f8415226114d2d072.zip
Notes
Diffstat (limited to 'java/jikes')
-rw-r--r--java/jikes/Makefile3
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"