aboutsummaryrefslogtreecommitdiff
path: root/japanese
diff options
context:
space:
mode:
authorShigeyuki Fukushima <shige@FreeBSD.org>2003-07-16 14:35:36 +0000
committerShigeyuki Fukushima <shige@FreeBSD.org>2003-07-16 14:35:36 +0000
commit522bd6fa96e3b2fa52b9a325c63fcd409d9e9f4c (patch)
treea9fef3e8f0f9f24ed854b8ecda18592d5a0de0ac /japanese
parentc970075ee021338309d2de00959f12b6f6281fcb (diff)
downloadports-522bd6fa96e3b2fa52b9a325c63fcd409d9e9f4c.tar.gz
ports-522bd6fa96e3b2fa52b9a325c63fcd409d9e9f4c.zip
Notes
Diffstat (limited to 'japanese')
-rw-r--r--japanese/samba/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/japanese/samba/Makefile b/japanese/samba/Makefile
index 80cf834a9d0e..85a5b1700d90 100644
--- a/japanese/samba/Makefile
+++ b/japanese/samba/Makefile
@@ -27,6 +27,7 @@ SAMBA_JA_VERSION= 1.0
USE_BZIP2= yes
GNU_CONFIGURE= yes
+USE_LIBTOOL= yes
USE_AUTOCONF= yes
USE_GMAKE= yes
USE_SUBMAKE= yes
@@ -192,7 +193,7 @@ post-build:
> ${WRKDIR}/samba.sh.sample
.if defined(WITH_RECYCLE) || defined(WITH_AUDIT)
cd ${WRKDIR}/${DISTNAME}/examples/VFS; \
- ./configure;${GMAKE}; \
+ ${SETENV} LIBTOOL=${LIBTOOL} ./configure;${GMAKE}; \
${RM} -f config.cache config.log config.status
.endif