diff options
author | rh <rh> | 2000-06-01 11:23:11 +0000 |
---|---|---|
committer | rh <rh> | 2000-06-01 11:23:11 +0000 |
commit | 1bfde372432d29d6d682278b393cc3615ff78bbe (patch) | |
tree | f4db68840baeddb31c218281c361ad557f322b95 /japanese | |
parent | 4d49a98c293812e38fb0f6ff152d6ef1bbede916 (diff) | |
download | pkgsrc-1bfde372432d29d6d682278b393cc3615ff78bbe.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 'japanese')
-rw-r--r-- | japanese/kakasi/Makefile | 4 | ||||
-rw-r--r-- | japanese/vflib-lib/Makefile.common | 4 |
2 files changed, 4 insertions, 4 deletions
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 |