aboutsummaryrefslogtreecommitdiffstats
path: root/japanese/samba
diff options
context:
space:
mode:
authorshige <shige@FreeBSD.org>2003-07-16 22:35:36 +0800
committershige <shige@FreeBSD.org>2003-07-16 22:35:36 +0800
commitd03e39beeb5d7a578df83ff6433644fa94813f8b (patch)
tree3adbd46915f94d3ae0bc9d8e4227bb6e276a699e /japanese/samba
parente4902aa886662743af62ac0ac8a150079a048de7 (diff)
downloadfreebsd-ports-gnome-d03e39beeb5d7a578df83ff6433644fa94813f8b.tar.gz
freebsd-ports-gnome-d03e39beeb5d7a578df83ff6433644fa94813f8b.tar.zst
freebsd-ports-gnome-d03e39beeb5d7a578df83ff6433644fa94813f8b.zip
Unbreak with WITH_RECYCLE or WITH_AUDIT options.
Diffstat (limited to 'japanese/samba')
-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