diff options
author | Archie Cobbs <archie@FreeBSD.org> | 2004-03-08 18:15:30 +0000 |
---|---|---|
committer | Archie Cobbs <archie@FreeBSD.org> | 2004-03-08 18:15:30 +0000 |
commit | 434d3cefb42dd8a38e52b8815bdbfcc09021582b (patch) | |
tree | 3a15672fff605f6df04789000976aeb89a91f123 /java | |
parent | Update MASTER_SITES (diff) |
Add USE_LIBTOOL.
Notes
Notes:
svn path=/head/; revision=103330
Diffstat (limited to 'java')
-rw-r--r-- | java/jc/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/java/jc/Makefile b/java/jc/Makefile index 7e979a36668f..b24e2a638284 100644 --- a/java/jc/Makefile +++ b/java/jc/Makefile @@ -22,8 +22,8 @@ BUILD_DEPENDS= jikes:${PORTSDIR}/java/jikes \ LIB_DEPENDS= popt.0:${PORTSDIR}/devel/popt \ ffi.2:${PORTSDIR}/devel/libffi -#USE_LIBTOOL= yes -#LIBTOOLFILES= ${JCDIR}/aclocal.m4 ${CLASSPATHDIR}/aclocal.m4 +USE_LIBTOOL= yes +LIBTOOLFILES= ${JCDIR}/aclocal.m4 ${CLASSPATHDIR}/aclocal.m4 USE_GMAKE= yes INSTALLS_SHLIB= yes PLIST_SUB= PORTVERSION=${PORTVERSION} |