From 74add3b300e3abf7ac8ddc6012fef10b7cd5dcff Mon Sep 17 00:00:00 2001 From: rh Date: Thu, 1 Jun 2000 11:23:11 +0000 Subject: 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. --- japanese/kakasi/Makefile | 4 ++-- japanese/vflib-lib/Makefile.common | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'japanese') diff --git a/japanese/kakasi/Makefile b/japanese/kakasi/Makefile index 8b4e1a98ccf..8533fbc5c1c 100644 --- a/japanese/kakasi/Makefile +++ b/japanese/kakasi/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 1999/12/07 09:00:59 sakamoto Exp $ +# $NetBSD: Makefile,v 1.6 2000/06/01 11:23:32 rh Exp $ # FreeBSD Id: Makefile,v 1.14 1998/04/05 04:46:33 max Exp $ DISTNAME= kakasi-2.3.1 @@ -10,7 +10,7 @@ HOMEPAGE= http://kakasi.namazu.org/ GNU_CONFIGURE= YES USE_GMAKE= YES -USE_LIBTOOL= YES +USE_PKGLIBTOOL= YES LTCONFIG_OVERRIDE=${WRKSRC}/ltconfig post-install: diff --git a/japanese/vflib-lib/Makefile.common b/japanese/vflib-lib/Makefile.common index d20c2ce2063..f4e8978bdea 100644 --- a/japanese/vflib-lib/Makefile.common +++ b/japanese/vflib-lib/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.1.1.1 2000/05/01 21:58:42 jlam Exp $ +# $NetBSD: Makefile.common,v 1.2 2000/06/01 11:23:32 rh Exp $ # FreeBSD Id: Makefile,v 1.20 1999/05/03 01:58:33 steve Exp $ DISTNAME= VFlib2-${VFLIB_VERSION} @@ -18,7 +18,7 @@ VFLIB_VERSION= 2.24.2 PLIST_SUBST+= VFLIB_VERSION=${VFLIB_VERSION} \ VFLIB_SO_VERSION=${VFLIB_VERSION:C/^2.//} -USE_LIBTOOL= # defined +USE_PKGLIBTOOL= # defined LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig GNU_CONFIGURE= # defined -- cgit v1.2.3