summaryrefslogtreecommitdiff
path: root/databases
diff options
context:
space:
mode:
authorAde Lovett <ade@FreeBSD.org>2004-03-14 06:17:56 +0000
committerAde Lovett <ade@FreeBSD.org>2004-03-14 06:17:56 +0000
commit3f651573ad3b90cf8e6539c52b4b34a1df543fa6 (patch)
tree14261786c359f03d9574a1c204f76ddc8ec4db8a /databases
parentBROKEN on amd64: Tries to link non-PIC libnet.a into PIC shared library (diff)
Whoa there, boy, that's a mighty big commit y'all have there...
Begin autotools sanitization sequence by requiring ports to explicitly specify which version of {libtool,autoconf,automake} they need, erasing the concept of a "system default". For ports-in-waiting: USE_LIBTOOL=YES -> USE_LIBTOOL_VER=13 USE_AUTOCONF=YES -> USE_AUTOCONF_VER=213 USE_AUTOMAKE=YES -> USE_AUTOMAKE_VER=14 Ports attempting to use the old style system after June 1st 2004 will be sorely disappointed.
Notes
Notes: svn path=/head/; revision=103963
Diffstat (limited to 'databases')
-rw-r--r--databases/db3/Makefile2
-rw-r--r--databases/dbh/Makefile2
-rw-r--r--databases/dbh10/Makefile2
-rw-r--r--databases/edb/Makefile2
-rw-r--r--databases/firebird-devel/Makefile2
-rw-r--r--databases/freetds-devel/Makefile2
-rw-r--r--databases/freetds/Makefile2
-rw-r--r--databases/gdbm/Makefile2
-rw-r--r--databases/gigabase/Makefile2
-rw-r--r--databases/gnome-db/Makefile2
-rw-r--r--databases/gnomedb/Makefile2
-rw-r--r--databases/hk_classes/Makefile2
-rw-r--r--databases/knoda/Makefile2
-rw-r--r--databases/libdbi/Makefile2
-rw-r--r--databases/libgda/Makefile2
-rw-r--r--databases/libgdamm/Makefile2
-rw-r--r--databases/libgnomedb/Makefile2
-rw-r--r--databases/libiodbc/Makefile2
-rw-r--r--databases/mdbtools/Makefile2
-rw-r--r--databases/memcached/Makefile2
-rw-r--r--databases/mergeant/Makefile2
-rw-r--r--databases/metakit/Makefile2
-rw-r--r--databases/myodbc/Makefile2
-rw-r--r--databases/mysql-connector-odbc/Makefile2
-rw-r--r--databases/mysql323-server/Makefile2
-rw-r--r--databases/mysql40-server/Makefile2
-rw-r--r--databases/mysql41-server/Makefile2
-rw-r--r--databases/mysql50-server/Makefile2
-rw-r--r--databases/mysql51-server/Makefile2
-rw-r--r--databases/mysql54-server/Makefile2
-rw-r--r--databases/mysql55-server/Makefile2
-rw-r--r--databases/mysql60-server/Makefile2
-rw-r--r--databases/percona55-server/Makefile2
-rw-r--r--databases/puredb/Makefile2
-rw-r--r--databases/rrdtool/Makefile2
-rw-r--r--databases/rrdtool10/Makefile2
-rw-r--r--databases/sqlite/Makefile2
-rw-r--r--databases/sqlite2/Makefile2
-rw-r--r--databases/unixODBC/Makefile2
39 files changed, 39 insertions, 39 deletions
diff --git a/databases/db3/Makefile b/databases/db3/Makefile
index f7621c14bbf6..41cffb7c8700 100644
--- a/databases/db3/Makefile
+++ b/databases/db3/Makefile
@@ -25,7 +25,7 @@ WRKSRC= ${WRKDIR}/${DISTNAME}/build_unix
USE_REINPLACE= yes
INSTALLS_SHLIB= yes
-USE_LIBTOOL= yes
+USE_LIBTOOL_VER= 13
CONFIGURE_SCRIPT= ../dist/configure
LIBTOOLFILES= ${CONFIGURE_SCRIPT}
CONFIGURE_ARGS= --enable-compat185 \
diff --git a/databases/dbh/Makefile b/databases/dbh/Makefile
index 05f30b83d75d..04309e51db93 100644
--- a/databases/dbh/Makefile
+++ b/databases/dbh/Makefile
@@ -17,7 +17,7 @@ MAINTAINER= ports@FreeBSD.org
COMMENT= Disk Based Hashtables
USE_GNOME= gnomehack gnometarget pkgconfig
-USE_LIBTOOL= yes
+USE_LIBTOOL_VER= 13
LIBTOOLFLAGS= --disable-ltlibs --release-ignore
INSTALLS_SHLIB= yes
diff --git a/databases/dbh10/Makefile b/databases/dbh10/Makefile
index 05f30b83d75d..04309e51db93 100644
--- a/databases/dbh10/Makefile
+++ b/databases/dbh10/Makefile
@@ -17,7 +17,7 @@ MAINTAINER= ports@FreeBSD.org
COMMENT= Disk Based Hashtables
USE_GNOME= gnomehack gnometarget pkgconfig
-USE_LIBTOOL= yes
+USE_LIBTOOL_VER= 13
LIBTOOLFLAGS= --disable-ltlibs --release-ignore
INSTALLS_SHLIB= yes
diff --git a/databases/edb/Makefile b/databases/edb/Makefile
index a9f0a38aa7c8..9166cb50f1ce 100644
--- a/databases/edb/Makefile
+++ b/databases/edb/Makefile
@@ -16,7 +16,7 @@ MAINTAINER= ports@FreeBSD.org
COMMENT= Enlightenment Database Library
BROKEN= checksum mismatch
-USE_LIBTOOL= yes
+USE_LIBTOOL_VER= 13
USE_GNOME= gtk12
INSTALLS_SHLIB= yes
USE_REINPLACE= yes
diff --git a/databases/firebird-devel/Makefile b/databases/firebird-devel/Makefile
index 8ad53d6a68e3..3be3e6c295c6 100644
--- a/databases/firebird-devel/Makefile
+++ b/databases/firebird-devel/Makefile
@@ -19,7 +19,7 @@ COMMENT= The open-source InterBase(tm) 6.0 spin-off (Classic version)
USE_BZIP2= yes
USE_GMAKE= yes
-USE_LIBTOOL= yes
+USE_LIBTOOL_VER= 13
GNU_CONFIGURE= yes
USE_AUTOCONF_VER= 257
USE_GCC= 3.3
diff --git a/databases/freetds-devel/Makefile b/databases/freetds-devel/Makefile
index dc326d066c95..901a8a864e99 100644
--- a/databases/freetds-devel/Makefile
+++ b/databases/freetds-devel/Makefile
@@ -19,7 +19,7 @@ LIB_DEPENDS= iconv.3:${PORTSDIR}/converters/libiconv
USE_REINPLACE= yes
USE_GMAKE= yes
GNU_GONFIGURE= yes
-USE_LIBTOOL= yes
+USE_LIBTOOL_VER= 13
USE_AUTOCONF_VER= 253
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
diff --git a/databases/freetds/Makefile b/databases/freetds/Makefile
index dc326d066c95..901a8a864e99 100644
--- a/databases/freetds/Makefile
+++ b/databases/freetds/Makefile
@@ -19,7 +19,7 @@ LIB_DEPENDS= iconv.3:${PORTSDIR}/converters/libiconv
USE_REINPLACE= yes
USE_GMAKE= yes
GNU_GONFIGURE= yes
-USE_LIBTOOL= yes
+USE_LIBTOOL_VER= 13
USE_AUTOCONF_VER= 253
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
diff --git a/databases/gdbm/Makefile b/databases/gdbm/Makefile
index 3038f38e7f87..e6f2627e3f21 100644
--- a/databases/gdbm/Makefile
+++ b/databases/gdbm/Makefile
@@ -16,7 +16,7 @@ MAINTAINER= cyrille.lefevre@laposte.net
COMMENT= The GNU database manager
USE_GMAKE= yes
-USE_LIBTOOL= yes
+USE_LIBTOOL_VER= 13
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
INSTALLS_SHLIB= yes
diff --git a/databases/gigabase/Makefile b/databases/gigabase/Makefile
index 355de489bf77..f431f3f46abc 100644
--- a/databases/gigabase/Makefile
+++ b/databases/gigabase/Makefile
@@ -16,7 +16,7 @@ COMMENT= Object-Relational Database Management System
WRKSRC= ${WRKDIR}/${PORTNAME}
USE_GMAKE= yes
-USE_LIBTOOL= yes
+USE_LIBTOOL_VER= 13
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
CONFIGURE_ARGS?=--prefix=${LOCALBASE}
CONFIGURE_ENV= CPPFLAGS="${PTHREAD_CFLAGS}" LDFLAGS="${PTHREAD_LIBS}"
diff --git a/databases/gnome-db/Makefile b/databases/gnome-db/Makefile
index 953aea160757..77b105d1a78e 100644
--- a/databases/gnome-db/Makefile
+++ b/databases/gnome-db/Makefile
@@ -21,7 +21,7 @@ USE_BZIP2= yes
USE_X_PREFIX= yes
USE_GNOME= gnomehack gnomeprefix gnomehier libgda
USE_GMAKE= yes
-USE_LIBTOOL= yes
+USE_LIBTOOL_VER= 13
INSTALLS_SHLIB= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LIBS="${PTHREAD_LIBS} -L${LOCALBASE}/lib -lintl"
diff --git a/databases/gnomedb/Makefile b/databases/gnomedb/Makefile
index 953aea160757..77b105d1a78e 100644
--- a/databases/gnomedb/Makefile
+++ b/databases/gnomedb/Makefile
@@ -21,7 +21,7 @@ USE_BZIP2= yes
USE_X_PREFIX= yes
USE_GNOME= gnomehack gnomeprefix gnomehier libgda
USE_GMAKE= yes
-USE_LIBTOOL= yes
+USE_LIBTOOL_VER= 13
INSTALLS_SHLIB= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LIBS="${PTHREAD_LIBS} -L${LOCALBASE}/lib -lintl"
diff --git a/databases/hk_classes/Makefile b/databases/hk_classes/Makefile
index 6af51f19c779..5cd2df612d91 100644
--- a/databases/hk_classes/Makefile
+++ b/databases/hk_classes/Makefile
@@ -20,7 +20,7 @@ CONFIGURE_ENV+= LIBPYTHON="-l${PYTHON_VERSION} ${PTHREAD_LIBS}"
CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
GNU_CONFIGURE= yes
INSTALLS_SHLIB= yes
-USE_LIBTOOL= yes
+USE_LIBTOOL_VER= 13
LDCONFIG_DIRS+= ${PREFIX}/lib/hk_classes/
OPTIONS= MYSQL "Build MySQL driver" on \
diff --git a/databases/knoda/Makefile b/databases/knoda/Makefile
index 38a6b24a2164..01e99aebd88a 100644
--- a/databases/knoda/Makefile
+++ b/databases/knoda/Makefile
@@ -21,7 +21,7 @@ USE_PYTHON= yes
USE_GMAKE= yes
GNU_CONFIGURE= yes
INSTALLS_SHLIB= yes
-USE_LIBTOOL= yes
+USE_LIBTOOL_VER= 13
USE_REINPLACE= yes
CONFIGURE_TARGET=
CONFIGURE_ARGS+= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} \
diff --git a/databases/libdbi/Makefile b/databases/libdbi/Makefile
index 21150f74c3b1..d82d528e9154 100644
--- a/databases/libdbi/Makefile
+++ b/databases/libdbi/Makefile
@@ -17,7 +17,7 @@ MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= seanc@FreeBSD.org
COMMENT= Database Independent Abstraction Layer for C
-USE_LIBTOOL= yes
+USE_LIBTOOL_VER= 13
INSTALLS_SHLIB= yes
post-install:
diff --git a/databases/libgda/Makefile b/databases/libgda/Makefile
index 1b5d593d1e1a..e60e39de8f66 100644
--- a/databases/libgda/Makefile
+++ b/databases/libgda/Makefile
@@ -24,7 +24,7 @@ USE_X_PREFIX= yes
USE_GNOME= gnomehack gnomeprefix gnomehier gconf bonobo
USE_GMAKE= yes
INSTALLS_SHLIB= yes
-USE_LIBTOOL= yes
+USE_LIBTOOL_VER= 13
CONFIGURE_ARGS= --disable-gtk-doc
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LIBS="-L${LOCALBASE}/lib -lintl -lgdbm"
diff --git a/databases/libgdamm/Makefile b/databases/libgdamm/Makefile
index 3c3404d4c932..37e577e75862 100644
--- a/databases/libgdamm/Makefile
+++ b/databases/libgdamm/Makefile
@@ -23,7 +23,7 @@ USE_BZIP2= yes
USE_X_PREFIX= yes
USE_GMAKE= yes
USE_GNOME= gnomehack libgda2
-USE_LIBTOOL= yes
+USE_LIBTOOL_VER= 13
INSTALLS_SHLIB= yes
CONFIGURE_ARGS= --enable-static
diff --git a/databases/libgnomedb/Makefile b/databases/libgnomedb/Makefile
index b582f98191c3..b1e0c50fb412 100644
--- a/databases/libgnomedb/Makefile
+++ b/databases/libgnomedb/Makefile
@@ -21,7 +21,7 @@ USE_X_PREFIX= yes
USE_GMAKE= yes
USE_GNOME= gnomeprefix gnomehack libgnomeui libgda2 gtksourceview \
intlhack lthack
-USE_LIBTOOL= yes
+USE_LIBTOOL_VER= 13
INSTALLS_SHLIB= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
diff --git a/databases/libiodbc/Makefile b/databases/libiodbc/Makefile
index 560c18768ab7..86cd0c8b36ab 100644
--- a/databases/libiodbc/Makefile
+++ b/databases/libiodbc/Makefile
@@ -19,7 +19,7 @@ COMMENT= An ODBC 3.x driver manager, for universal data source access
CONFLICTS= unixODBC-*
-USE_LIBTOOL= yes
+USE_LIBTOOL_VER= 13
USE_GMAKE= yes
INSTALLS_SHLIB= yes
INIDIR= ${PREFIX}/etc/${PORTNAME}
diff --git a/databases/mdbtools/Makefile b/databases/mdbtools/Makefile
index 9561fe279a8c..1575d17a1957 100644
--- a/databases/mdbtools/Makefile
+++ b/databases/mdbtools/Makefile
@@ -20,7 +20,7 @@ BUILD_DEPENDS= gawk:${PORTSDIR}/lang/gawk # To build man-pages
USE_REINPLACE= yes
USE_BISON= yes
USE_GNOME= glib20
-USE_LIBTOOL= yes
+USE_LIBTOOL_VER= 13
INSTALLS_SHLIB= yes
DOCS= AUTHORS ChangeLog HACKING NEWS README TODO
diff --git a/databases/memcached/Makefile b/databases/memcached/Makefile
index 7159e8af6d7d..8bd1866d6a9f 100644
--- a/databases/memcached/Makefile
+++ b/databases/memcached/Makefile
@@ -16,7 +16,7 @@ COMMENT= High-performance distributed memory object cache system
BUILD_DEPENDS+= ${LOCALBASE}/lib/libevent.a:${PORTSDIR}/devel/libevent
PLIST_FILES= bin/memcached
-USE_AUTOMAKE=YES
+USE_AUTOMAKE_VER= 14
USE_AUTOCONF_VER= 253
GNU_CONFIGURE= YES
diff --git a/databases/mergeant/Makefile b/databases/mergeant/Makefile
index f242b97e496a..82d26b234177 100644
--- a/databases/mergeant/Makefile
+++ b/databases/mergeant/Makefile
@@ -21,7 +21,7 @@ USE_X_PREFIX= yes
USE_GMAKE= yes
USE_GNOME= gnomeprefix gnomehack libgnomedb libgnomeprintui
USE_PERL5= yes
-USE_LIBTOOL= yes
+USE_LIBTOOL_VER= 13
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
diff --git a/databases/metakit/Makefile b/databases/metakit/Makefile
index 6893afd7e90d..b4afc67f7892 100644
--- a/databases/metakit/Makefile
+++ b/databases/metakit/Makefile
@@ -24,7 +24,7 @@ BUILD_DEPENDS= wish8.4:${PORTSDIR}/x11-toolkits/tk84
.endif
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}/builds
-USE_LIBTOOL= yes
+USE_LIBTOOL_VER= 13
CONFIGURE_SCRIPT= ../unix/configure
LIBTOOLFILES= ${CONFIGURE_SCRIPT}
INSTALLS_SHLIB= yes
diff --git a/databases/myodbc/Makefile b/databases/myodbc/Makefile
index 475891aaf3d3..1b22e56f8b85 100644
--- a/databases/myodbc/Makefile
+++ b/databases/myodbc/Makefile
@@ -20,7 +20,7 @@ COMMENT= ODBC driver for MySQL
LIB_DEPENDS= mysqlclient.10:${PORTSDIR}/databases/mysql323-client
USE_GMAKE= yes
-USE_LIBTOOL= yes
+USE_LIBTOOL_VER= 13
CONFIGURE_ARGS= --with-mysql-libs=${LOCALBASE}/lib/mysql \
--with-mysql-includes=${LOCALBASE}/include/mysql
diff --git a/databases/mysql-connector-odbc/Makefile b/databases/mysql-connector-odbc/Makefile
index 475891aaf3d3..1b22e56f8b85 100644
--- a/databases/mysql-connector-odbc/Makefile
+++ b/databases/mysql-connector-odbc/Makefile
@@ -20,7 +20,7 @@ COMMENT= ODBC driver for MySQL
LIB_DEPENDS= mysqlclient.10:${PORTSDIR}/databases/mysql323-client
USE_GMAKE= yes
-USE_LIBTOOL= yes
+USE_LIBTOOL_VER= 13
CONFIGURE_ARGS= --with-mysql-libs=${LOCALBASE}/lib/mysql \
--with-mysql-includes=${LOCALBASE}/include/mysql
diff --git a/databases/mysql323-server/Makefile b/databases/mysql323-server/Makefile
index 58be552c6f8e..f1927d46952b 100644
--- a/databases/mysql323-server/Makefile
+++ b/databases/mysql323-server/Makefile
@@ -29,7 +29,7 @@ SLAVEDIRS= databases/mysql323-client
PKGINSTALL?= ${WRKDIR}/pkg-install
DB_DIR?= /var/db/mysql
USE_GNOME= lthack
-USE_LIBTOOL= yes
+USE_LIBTOOL_VER= 13
USE_REINPLACE= yes
CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
diff --git a/databases/mysql40-server/Makefile b/databases/mysql40-server/Makefile
index 2d864c32fae4..ea1fc73c8930 100644
--- a/databases/mysql40-server/Makefile
+++ b/databases/mysql40-server/Makefile
@@ -29,7 +29,7 @@ SLAVEDIRS= databases/mysql40-client
PKGINSTALL?= ${WRKDIR}/pkg-install
DB_DIR?= /var/db/mysql
USE_GNOME= lthack
-USE_LIBTOOL= yes
+USE_LIBTOOL_VER= 13
USE_REINPLACE= yes
CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
diff --git a/databases/mysql41-server/Makefile b/databases/mysql41-server/Makefile
index e7165012f270..93ebbf69515f 100644
--- a/databases/mysql41-server/Makefile
+++ b/databases/mysql41-server/Makefile
@@ -30,7 +30,7 @@ SLAVEDIRS= databases/mysql41-client
PKGINSTALL?= ${WRKDIR}/pkg-install
DB_DIR?= /var/db/mysql
USE_GNOME= lthack
-USE_LIBTOOL= yes
+USE_LIBTOOL_VER= 13
USE_REINPLACE= yes
CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
diff --git a/databases/mysql50-server/Makefile b/databases/mysql50-server/Makefile
index 366a0b771d3f..1567fd2de22d 100644
--- a/databases/mysql50-server/Makefile
+++ b/databases/mysql50-server/Makefile
@@ -30,7 +30,7 @@ SLAVEDIRS= databases/mysql50-client
PKGINSTALL?= ${WRKDIR}/pkg-install
DB_DIR?= /var/db/mysql
USE_GNOME= lthack
-USE_LIBTOOL= yes
+USE_LIBTOOL_VER= 13
USE_REINPLACE= yes
CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
diff --git a/databases/mysql51-server/Makefile b/databases/mysql51-server/Makefile
index 366a0b771d3f..1567fd2de22d 100644
--- a/databases/mysql51-server/Makefile
+++ b/databases/mysql51-server/Makefile
@@ -30,7 +30,7 @@ SLAVEDIRS= databases/mysql50-client
PKGINSTALL?= ${WRKDIR}/pkg-install
DB_DIR?= /var/db/mysql
USE_GNOME= lthack
-USE_LIBTOOL= yes
+USE_LIBTOOL_VER= 13
USE_REINPLACE= yes
CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
diff --git a/databases/mysql54-server/Makefile b/databases/mysql54-server/Makefile
index 366a0b771d3f..1567fd2de22d 100644
--- a/databases/mysql54-server/Makefile
+++ b/databases/mysql54-server/Makefile
@@ -30,7 +30,7 @@ SLAVEDIRS= databases/mysql50-client
PKGINSTALL?= ${WRKDIR}/pkg-install
DB_DIR?= /var/db/mysql
USE_GNOME= lthack
-USE_LIBTOOL= yes
+USE_LIBTOOL_VER= 13
USE_REINPLACE= yes
CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
diff --git a/databases/mysql55-server/Makefile b/databases/mysql55-server/Makefile
index 366a0b771d3f..1567fd2de22d 100644
--- a/databases/mysql55-server/Makefile
+++ b/databases/mysql55-server/Makefile
@@ -30,7 +30,7 @@ SLAVEDIRS= databases/mysql50-client
PKGINSTALL?= ${WRKDIR}/pkg-install
DB_DIR?= /var/db/mysql
USE_GNOME= lthack
-USE_LIBTOOL= yes
+USE_LIBTOOL_VER= 13
USE_REINPLACE= yes
CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
diff --git a/databases/mysql60-server/Makefile b/databases/mysql60-server/Makefile
index 366a0b771d3f..1567fd2de22d 100644
--- a/databases/mysql60-server/Makefile
+++ b/databases/mysql60-server/Makefile
@@ -30,7 +30,7 @@ SLAVEDIRS= databases/mysql50-client
PKGINSTALL?= ${WRKDIR}/pkg-install
DB_DIR?= /var/db/mysql
USE_GNOME= lthack
-USE_LIBTOOL= yes
+USE_LIBTOOL_VER= 13
USE_REINPLACE= yes
CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
diff --git a/databases/percona55-server/Makefile b/databases/percona55-server/Makefile
index 366a0b771d3f..1567fd2de22d 100644
--- a/databases/percona55-server/Makefile
+++ b/databases/percona55-server/Makefile
@@ -30,7 +30,7 @@ SLAVEDIRS= databases/mysql50-client
PKGINSTALL?= ${WRKDIR}/pkg-install
DB_DIR?= /var/db/mysql
USE_GNOME= lthack
-USE_LIBTOOL= yes
+USE_LIBTOOL_VER= 13
USE_REINPLACE= yes
CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
diff --git a/databases/puredb/Makefile b/databases/puredb/Makefile
index 4c4650c5744e..2405f89d86e3 100644
--- a/databases/puredb/Makefile
+++ b/databases/puredb/Makefile
@@ -14,7 +14,7 @@ DISTNAME= pure-db-${PORTVERSION}
MAINTAINER= sergei@FreeBSD.org
COMMENT= Set of libraries for creating and reading constant databases
-USE_LIBTOOL= yes
+USE_LIBTOOL_VER= 13
INSTALLS_SHLIB= yes
DOCS= AUTHORS FORMAT_DESCR NEWS README
diff --git a/databases/rrdtool/Makefile b/databases/rrdtool/Makefile
index fec226407f7b..c1f5d395df9c 100644
--- a/databases/rrdtool/Makefile
+++ b/databases/rrdtool/Makefile
@@ -16,7 +16,7 @@ COMMENT= Round Robin Database Tools
USE_PERL5= yes
MAKE_ENV+= PERL=${PERL}
-USE_LIBTOOL= yes
+USE_LIBTOOL_VER=13
INSTALLS_SHLIB= yes
CONFIGURE_ARGS= --enable-shared=yes
CONFIGURE_ENV= PERL=${PERL}
diff --git a/databases/rrdtool10/Makefile b/databases/rrdtool10/Makefile
index fec226407f7b..c1f5d395df9c 100644
--- a/databases/rrdtool10/Makefile
+++ b/databases/rrdtool10/Makefile
@@ -16,7 +16,7 @@ COMMENT= Round Robin Database Tools
USE_PERL5= yes
MAKE_ENV+= PERL=${PERL}
-USE_LIBTOOL= yes
+USE_LIBTOOL_VER=13
INSTALLS_SHLIB= yes
CONFIGURE_ARGS= --enable-shared=yes
CONFIGURE_ENV= PERL=${PERL}
diff --git a/databases/sqlite/Makefile b/databases/sqlite/Makefile
index cc5078817a53..bd32b921c199 100644
--- a/databases/sqlite/Makefile
+++ b/databases/sqlite/Makefile
@@ -53,7 +53,7 @@ MAKE_ENV+= TCL_VER=${TCL_V}
.endif
USE_GMAKE= YES
-USE_LIBTOOL= YES
+USE_LIBTOOL_VER= 13
GNU_CONFIGURE= YES
USE_REINPLACE= YES
CONFIGURE_ARGS= --prefix=${PREFIX} --with-hints=freebsd.hints
diff --git a/databases/sqlite2/Makefile b/databases/sqlite2/Makefile
index cc5078817a53..bd32b921c199 100644
--- a/databases/sqlite2/Makefile
+++ b/databases/sqlite2/Makefile
@@ -53,7 +53,7 @@ MAKE_ENV+= TCL_VER=${TCL_V}
.endif
USE_GMAKE= YES
-USE_LIBTOOL= YES
+USE_LIBTOOL_VER= 13
GNU_CONFIGURE= YES
USE_REINPLACE= YES
CONFIGURE_ARGS= --prefix=${PREFIX} --with-hints=freebsd.hints
diff --git a/databases/unixODBC/Makefile b/databases/unixODBC/Makefile
index 769f056025d6..70d8e0b74da1 100644
--- a/databases/unixODBC/Makefile
+++ b/databases/unixODBC/Makefile
@@ -17,7 +17,7 @@ CONFLICTS= libiodbc-*
USE_GNOME= gnomehack gnometarget lthack
USE_ICONV= yes
-USE_LIBTOOL= yes
+USE_LIBTOOL_VER= 13
CONFIGURE_ARGS= --enable-static --enable-shared \
--with-libiconv-prefix=${LOCALBASE}
INSTALLS_SHLIB= yes