diff options
Diffstat (limited to 'java/kaffe/Makefile')
-rw-r--r-- | java/kaffe/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/java/kaffe/Makefile b/java/kaffe/Makefile index 68c499a11c8c..e59e829ca22b 100644 --- a/java/kaffe/Makefile +++ b/java/kaffe/Makefile @@ -7,6 +7,7 @@ PORTNAME= kaffe PORTVERSION= 1.1.7.r1 +PORTREVISION= 1 CATEGORIES= java devel #MASTER_SITES= ftp://ftp.kaffe.org/pub/kaffe/v1.1.x-development/ MASTER_SITES= http://www.kaffe.org/~robilad/ @@ -28,10 +29,8 @@ RUN_DEPENDS= zip:${PORTSDIR}/archivers/zip \ ONLY_FOR_ARCHS= i386 amd64 -USE_AUTOTOOLS= libtool:15 USE_GMAKE= yes USE_ICONV= yes -LIBTOOLFLAGS= INSTALLS_SHLIB= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= CPPFLAGS=-I${LOCALBASE}/include \ |