aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorarchie <archie@FreeBSD.org>2004-03-09 02:15:30 +0800
committerarchie <archie@FreeBSD.org>2004-03-09 02:15:30 +0800
commit7036cee85ca9192c29c09e97b818b466491756b7 (patch)
tree7e783041c0e8defe6d305589c2f3db264979b5f0
parentd0e9ddd9759841fdd0926210dc8ab75449ec0420 (diff)
downloadfreebsd-ports-gnome-7036cee85ca9192c29c09e97b818b466491756b7.tar.gz
freebsd-ports-gnome-7036cee85ca9192c29c09e97b818b466491756b7.tar.zst
freebsd-ports-gnome-7036cee85ca9192c29c09e97b818b466491756b7.zip
Add USE_LIBTOOL.
-rw-r--r--java/jc/Makefile4
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}