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 /comms | |
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 'comms')
-rw-r--r-- | comms/fidogate/Makefile | 4 | ||||
-rw-r--r-- | comms/p5-pilot-link/Makefile | 4 | ||||
-rw-r--r-- | comms/pilot-link/Makefile | 4 | ||||
-rw-r--r-- | comms/plp/Makefile | 4 | ||||
-rw-r--r-- | comms/plptools/Makefile | 4 |
5 files changed, 10 insertions, 10 deletions
diff --git a/comms/fidogate/Makefile b/comms/fidogate/Makefile index a5115164c0a..9306cf30ee8 100644 --- a/comms/fidogate/Makefile +++ b/comms/fidogate/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 1999/09/23 16:32:07 hubertf Exp $ +# $NetBSD: Makefile,v 1.7 2000/06/01 11:23:16 rh Exp $ # DISTNAME= fidogate-4.2.9 @@ -10,7 +10,7 @@ HOMEPAGE= http://www.fido.de/fidogate/ USE_GMAKE= yes USE_PERL5= yes -USE_LIBTOOL= yes +USE_PKGLIBTOOL= yes WRKSRC= ${WRKDIR}/fidogate INFO_FILES= fidogate.info diff --git a/comms/p5-pilot-link/Makefile b/comms/p5-pilot-link/Makefile index 61d8ab59f75..5081e16248d 100644 --- a/comms/p5-pilot-link/Makefile +++ b/comms/p5-pilot-link/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 1999/10/07 17:41:47 tron Exp $ +# $NetBSD: Makefile,v 1.5 2000/06/01 11:23:16 rh Exp $ DISTNAME= pilot-link.0.9.3 PKGNAME= p5-pilot-link-0.9.3 @@ -10,7 +10,7 @@ MAINTAINER= packages@netbsd.org DEPENDS+= pilot-link-0.9.3:../pilot-link USE_PERL5= yes -USE_LIBTOOL= yes +USE_PKGLIBTOOL= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-perl5=${PERL5_BIN} --without-tcl \ --without-python --without-java diff --git a/comms/pilot-link/Makefile b/comms/pilot-link/Makefile index 4fb17a52f65..c126724c373 100644 --- a/comms/pilot-link/Makefile +++ b/comms/pilot-link/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 1999/05/22 18:14:03 frueauf Exp $ +# $NetBSD: Makefile,v 1.18 2000/06/01 11:23:16 rh Exp $ # DISTNAME= pilot-link.0.9.3 @@ -9,7 +9,7 @@ MASTER_SITES= ftp://ryeham.ee.ryerson.ca/pub/PalmOS/ MAINTAINER= sommerfeld@alum.mit.edu USE_PERL5= yes -USE_LIBTOOL= yes +USE_PKGLIBTOOL= yes GNU_CONFIGURE= yes .include "../../mk/bsd.pkg.mk" diff --git a/comms/plp/Makefile b/comms/plp/Makefile index 094550d5592..dc75af93ca9 100644 --- a/comms/plp/Makefile +++ b/comms/plp/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 1999/12/20 07:17:17 sakamoto Exp $ +# $NetBSD: Makefile,v 1.6 2000/06/01 11:23:17 rh Exp $ DISTNAME= plp_1_8 PKGNAME= plp-1.8 @@ -9,7 +9,7 @@ MAINTAINER= sakamoto@netbsd.org HOMEPAGE= http://www.proudman51.freeserve.co.uk/psion/ USE_GMAKE= yes -USE_LIBTOOL= yes +USE_PKGLIBTOOL= yes do-install: ${LIBTOOL} --mode=install ${INSTALL_DATA} ${WRKSRC}/utils/libplputils.la ${PREFIX}/lib diff --git a/comms/plptools/Makefile b/comms/plptools/Makefile index d4790ffdf89..564b4e163b8 100644 --- a/comms/plptools/Makefile +++ b/comms/plptools/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2000/02/05 18:16:32 wiz Exp $ +# $NetBSD: Makefile,v 1.6 2000/06/01 11:23:17 rh Exp $ # DISTNAME= plptools-0.4 @@ -11,7 +11,7 @@ DEPENDS= readline-4.0:../../devel/readline BROKEN= plptools does not work correctly -USE_LIBTOOL= YES +USE_PKGLIBTOOL= YES GNU_CONFIGURE= YES CONFIGURE_ENV+= CPPFLAGS="-I${PREFIX}/include/" LIBS="-ltermlib" |