diff options
author | rh <rh@pkgsrc.org> | 2000-06-01 11:23:11 +0000 |
---|---|---|
committer | rh <rh@pkgsrc.org> | 2000-06-01 11:23:11 +0000 |
commit | 74add3b300e3abf7ac8ddc6012fef10b7cd5dcff (patch) | |
tree | f4db68840baeddb31c218281c361ad557f322b95 /misc | |
parent | 7f7c54db40f0b51b735b06bffad8103043d6fd7d (diff) | |
download | pkgsrc-74add3b300e3abf7ac8ddc6012fef10b7cd5dcff.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 'misc')
-rw-r--r-- | misc/gnucash/Makefile | 4 | ||||
-rw-r--r-- | misc/libutf/Makefile | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/misc/gnucash/Makefile b/misc/gnucash/Makefile index 9b083407c7b..468e8107e18 100644 --- a/misc/gnucash/Makefile +++ b/misc/gnucash/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2000/05/30 09:12:24 rh Exp $ +# $NetBSD: Makefile,v 1.12 2000/06/01 11:23:35 rh Exp $ # DISTNAME= gnucash-1.3.7 @@ -25,7 +25,7 @@ CONFIGURE_ARGS+= --with-guile-config=${LOCALBASE}/bin/guile-config \ CONFIGURE_ENV+= "LOCALBASE=${LOCALBASE}" USE_GMAKE= yes USE_PERL= yes -USE_LIBTOOL= yes +USE_PKGLIBTOOL= yes ALL_TARGET= gnome diff --git a/misc/libutf/Makefile b/misc/libutf/Makefile index a53b5bde665..7aec783549f 100644 --- a/misc/libutf/Makefile +++ b/misc/libutf/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 1998/09/09 15:01:59 agc Exp $ +# $NetBSD: Makefile,v 1.7 2000/06/01 11:23:35 rh Exp $ # DISTNAME= libutf-2.10 @@ -10,6 +10,6 @@ HOMEPAGE= http://www.westley.demon.co.uk/software.html GNU_CONFIGURE= yes ALL_TARGET= tst -USE_LIBTOOL= yes +USE_PKGLIBTOOL= yes .include "../../mk/bsd.pkg.mk" |