summaryrefslogtreecommitdiff
path: root/databases/firebird-client
diff options
context:
space:
mode:
authorAde Lovett <ade@FreeBSD.org>2004-06-04 17:29:38 +0000
committerAde Lovett <ade@FreeBSD.org>2004-06-04 17:29:38 +0000
commit1a628ded35ecbbc5eeb75598dd844d830aca8cb2 (patch)
tree128ce8505dc266bea10a8cf389f38de197424aed /databases/firebird-client
parentInformation regarding the great autotools update of July 4 2004 (diff)
Sync with new bsd.autotools.mk
Notes
Notes: svn path=/head/; revision=110841
Diffstat (limited to 'databases/firebird-client')
-rw-r--r--databases/firebird-client/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/firebird-client/Makefile b/databases/firebird-client/Makefile
index ca52ed5ef5e7..79cfdd60ba3a 100644
--- a/databases/firebird-client/Makefile
+++ b/databases/firebird-client/Makefile
@@ -61,8 +61,8 @@ run-autotools:
do-configure:
@(cd ${WRKSRC} && ${SETENV} CC=${CC} CXX=${CXX} MAKE=${GMAKE} \
- LIBTOOL=libtool13 LIBTOOLIZE=libtoolize13 ./autogen.sh \
- --prefix=${PREFIX}/firebird --with-lock-manager --with-editline)
+ ${AUTOTOOLS_VARS} ./autogen.sh --prefix=${PREFIX}/firebird \
+ --with-lock-manager --with-editline)
do-build:
@( \