diff options
author | obraun <obraun@FreeBSD.org> | 2003-07-12 15:39:22 +0800 |
---|---|---|
committer | obraun <obraun@FreeBSD.org> | 2003-07-12 15:39:22 +0800 |
commit | e1beff170820fcd317a3479acdb5c55787128257 (patch) | |
tree | 97c9155461fd678ab32903dc287e5d2e383e388e /net/samba/Makefile | |
parent | 1c83cc02d888e359101fc70fd2da9e121f180d6d (diff) | |
download | freebsd-ports-gnome-e1beff170820fcd317a3479acdb5c55787128257.tar.gz freebsd-ports-gnome-e1beff170820fcd317a3479acdb5c55787128257.tar.zst freebsd-ports-gnome-e1beff170820fcd317a3479acdb5c55787128257.zip |
Pass LIBTOOL=${LIBTOOL} to post-build target.
Submitted by: Scot W. Hetzel <hetzels@westbend.net>
Approved by: maintainer
Diffstat (limited to 'net/samba/Makefile')
-rw-r--r-- | net/samba/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/samba/Makefile b/net/samba/Makefile index 8cc0cb009034..beb240705c7f 100644 --- a/net/samba/Makefile +++ b/net/samba/Makefile @@ -187,7 +187,7 @@ PLIST_SUB= AUDIT=${AUDIT} \ .if defined(WITH_RECYCLE) || defined(WITH_AUDIT) post-build: cd ${WRKDIR}/${DISTNAME}/examples/VFS; \ - ./configure;${GMAKE}; \ + LIBTOOL=${LIBTOOL} ./configure;${GMAKE}; \ ${RM} -f config.cache config.log config.status .endif |