diff options
author | rh <rh> | 2000-06-01 11:23:11 +0000 |
---|---|---|
committer | rh <rh> | 2000-06-01 11:23:11 +0000 |
commit | df8780b4b147b3022572512cb673ca1324264fa1 (patch) | |
tree | f4db68840baeddb31c218281c361ad557f322b95 /databases | |
parent | a3721b38f2ff82357431d20e83513ce5a48a749a (diff) | |
download | pkgsrc-df8780b4b147b3022572512cb673ca1324264fa1.tar.gz |
s/USE_LIBTOOL/USE_PKGLIBTOOL/
Add a new USE_LIBTOOL definition that uses the libtool package instead of
pkglibtool which is now considered outdated.
USE_PKGLIBTOOL is available for backwards compatibility with old packages
but is deprecated for new packages.
Diffstat (limited to 'databases')
-rw-r--r-- | databases/db/Makefile | 4 | ||||
-rw-r--r-- | databases/db3/Makefile | 4 | ||||
-rw-r--r-- | databases/gdbm/Makefile | 4 | ||||
-rw-r--r-- | databases/iodbc/Makefile | 4 | ||||
-rw-r--r-- | databases/mysql-client/Makefile | 4 | ||||
-rw-r--r-- | databases/openldap/Makefile | 4 | ||||
-rw-r--r-- | databases/rrdtool/Makefile | 4 |
7 files changed, 14 insertions, 14 deletions
diff --git a/databases/db/Makefile b/databases/db/Makefile index a1d3c4fa4fc..b863fdfc85f 100644 --- a/databases/db/Makefile +++ b/databases/db/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 1999/12/06 14:38:41 bouyer Exp $ +# $NetBSD: Makefile,v 1.6 2000/06/01 11:23:18 rh Exp $ DISTNAME= db-2.7.7 CATEGORIES= databases @@ -9,7 +9,7 @@ MASTER_SITES= http://www.sleepycat.com/update/2.7.7/ \ MAINTAINER= tron@netbsd.org HOMEPAGE= http://www.sleepycat.com/ -USE_LIBTOOL= yes +USE_PKGLIBTOOL= yes GNU_CONFIGURE= yes CONFIGURE_SCRIPT= ../dist/configure diff --git a/databases/db3/Makefile b/databases/db3/Makefile index 51fbfbfd78c..4ee8e1df015 100644 --- a/databases/db3/Makefile +++ b/databases/db3/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 1999/12/16 02:36:05 hubertf Exp $ +# $NetBSD: Makefile,v 1.2 2000/06/01 11:23:18 rh Exp $ DISTNAME= db-3.0.55 PKGNAME= db3-0.55 @@ -8,7 +8,7 @@ MASTER_SITES= http://www.sleepycat.com/update/3.0.55/ MAINTAINER= wrstuden@netbsd.org HOMEPAGE= http://www.sleepycat.com/ -USE_LIBTOOL= yes +USE_PKGLIBTOOL= yes GNU_CONFIGURE= yes CONFIGURE_SCRIPT= ../dist/configure diff --git a/databases/gdbm/Makefile b/databases/gdbm/Makefile index 0d58d9729c0..1374c4f6321 100644 --- a/databases/gdbm/Makefile +++ b/databases/gdbm/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 1999/04/14 21:39:01 tron Exp $ +# $NetBSD: Makefile,v 1.16 2000/06/01 11:23:18 rh Exp $ # FreeBSD Id: Makefile,v 1.4 1997/01/28 08:11:23 asami Exp # @@ -10,7 +10,7 @@ MAINTAINER= packages@netbsd.org HOMEPAGE= http://www.gnu.org/software/gdbm/gdbm.html GNU_CONFIGURE= yes -USE_LIBTOOL= yes +USE_PKGLIBTOOL= yes INFO_FILES= gdbm.info diff --git a/databases/iodbc/Makefile b/databases/iodbc/Makefile index f689f4c36cf..0c46a82346c 100644 --- a/databases/iodbc/Makefile +++ b/databases/iodbc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 1999/07/15 06:25:04 jlam Exp $ +# $NetBSD: Makefile,v 1.2 2000/06/01 11:23:19 rh Exp $ # DISTNAME= libiodbc-2.50.3 @@ -10,7 +10,7 @@ MAINTAINER= jlam@netbsd.org HOMEPAGE= http://www.iodbc.org/ GNU_CONFIGURE= yes -USE_LIBTOOL= yes +USE_PKGLIBTOOL= yes CONFIGURE_ARGS+= --with-iodbc-inidir=/etc diff --git a/databases/mysql-client/Makefile b/databases/mysql-client/Makefile index a756518b25b..6b8aaa822c6 100644 --- a/databases/mysql-client/Makefile +++ b/databases/mysql-client/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2000/04/19 22:46:24 jdolecek Exp $ +# $NetBSD: Makefile,v 1.7 2000/06/01 11:23:19 rh Exp $ # DISTNAME= mysql-3.22.32 @@ -23,7 +23,7 @@ CONFIGURE_ARGS+=--without-readline CFLAGS+= -Dunix USE_PERL5= yes -USE_LIBTOOL= yes +USE_PKGLIBTOOL= yes INFO_FILES= mysql.info diff --git a/databases/openldap/Makefile b/databases/openldap/Makefile index f9f2c1d5606..4066a0c714c 100644 --- a/databases/openldap/Makefile +++ b/databases/openldap/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2000/05/05 12:08:37 veego Exp $ +# $NetBSD: Makefile,v 1.15 2000/06/01 11:23:19 rh Exp $ # DISTNAME= openldap-1.2.7 @@ -16,7 +16,7 @@ HOMEPAGE= http://www.OpenLDAP.org/ CONFLICTS+= ldapsdk* -USE_LIBTOOL= yes +USE_PKGLIBTOOL= yes .include "../../mk/bsd.prefs.mk" diff --git a/databases/rrdtool/Makefile b/databases/rrdtool/Makefile index 9a5e53344ec..e9830940f5e 100644 --- a/databases/rrdtool/Makefile +++ b/databases/rrdtool/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2000/05/07 12:50:51 wulf Exp $ +# $NetBSD: Makefile,v 1.4 2000/06/01 11:23:19 rh Exp $ # DISTNAME= rrdtool-1.0.21 @@ -13,7 +13,7 @@ DEPENDS+= gd>=1.7.3:../../graphics/gd DEPENDS+= jpeg-6*:../../graphics/jpeg USE_PERL5= yes -USE_LIBTOOL= yes +USE_PKGLIBTOOL= yes USE_GMAKE= yes USE_X11= yes GNU_CONFIGURE= yes |