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 /print | |
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 'print')
-rw-r--r-- | print/a2ps/Makefile | 4 | ||||
-rw-r--r-- | print/cups/Makefile | 4 | ||||
-rw-r--r-- | print/ggv/Makefile | 4 | ||||
-rw-r--r-- | print/gnome-print/Makefile | 4 | ||||
-rw-r--r-- | print/pdflib/Makefile | 4 |
5 files changed, 10 insertions, 10 deletions
diff --git a/print/a2ps/Makefile b/print/a2ps/Makefile index 5170a1a4028..89ff2b5f251 100644 --- a/print/a2ps/Makefile +++ b/print/a2ps/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.25 1999/09/05 18:37:48 kim Exp $ +# $NetBSD: Makefile,v 1.26 2000/06/01 11:23:39 rh Exp $ # FreeBSD Id: Makefile,v 1.12 1998/02/15 21:24:42 steve Exp # @@ -17,7 +17,7 @@ GNU_CONFIGURE= yes CONFIGURE_ENV+= LPR=lpr USE_PERL5= yes USE_GTEXINFO= yes -USE_LIBTOOL= yes +USE_PKGLIBTOOL= yes INFO_FILES= a2ps.info ogonkify.info regex.info pre-build: diff --git a/print/cups/Makefile b/print/cups/Makefile index 28010fe93ad..240db4f186d 100644 --- a/print/cups/Makefile +++ b/print/cups/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2000/03/21 22:40:56 tron Exp $ +# $NetBSD: Makefile,v 1.5 2000/06/01 11:23:40 rh Exp $ # DISTNAME= cups-1.0.2-source @@ -20,7 +20,7 @@ DEPENDS+= jpeg-6b:../../graphics/jpeg DEPENDS+= png>=1.0.6:../../graphics/png DEPENDS+= tiff-*:../../graphics/tiff -USE_LIBTOOL= yes +USE_PKGLIBTOOL= yes GNU_CONFIGURE= yes CONFIGURE_ENV+= CPPFLAGS="${CPPFLAGS}" diff --git a/print/ggv/Makefile b/print/ggv/Makefile index d15121771e1..719a760941e 100644 --- a/print/ggv/Makefile +++ b/print/ggv/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2000/05/10 15:39:07 jlam Exp $ +# $NetBSD: Makefile,v 1.16 2000/06/01 11:23:40 rh Exp $ # DISTNAME= ggv-0.50 @@ -13,7 +13,7 @@ DEPENDS+= ghostscript-[6-9]*:../../print/ghostscript DEPENDS+= gnome-core-*:../../x11/gnome-core GNU_CONFIGURE= YES -USE_LIBTOOL= YES +USE_PKGLIBTOOL= YES USE_X11BASE= YES pre-configure: diff --git a/print/gnome-print/Makefile b/print/gnome-print/Makefile index 251f8c2cea2..62a1198ad53 100644 --- a/print/gnome-print/Makefile +++ b/print/gnome-print/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.26 2000/05/31 09:15:18 rh Exp $ +# $NetBSD: Makefile,v 1.27 2000/06/01 11:23:40 rh Exp $ # DISTNAME= gnome-print-0.20 @@ -12,7 +12,7 @@ DEPENDS+= gnome-libs>=1.0.56:../../x11/gnome-libs DEPENDS+= libxml>=1.8.5:../../textproc/libxml DEPENDS+= ghostscript{,-nox11}-[6-9]*:../../print/ghostscript -USE_LIBTOOL= # defined +USE_PKGLIBTOOL= # defined USE_X11BASE= # defined GNU_CONFIGURE= # defined diff --git a/print/pdflib/Makefile b/print/pdflib/Makefile index 1d06ef6dee6..b0fcdd3c8dc 100644 --- a/print/pdflib/Makefile +++ b/print/pdflib/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2000/05/08 17:13:19 drochner Exp $ +# $NetBSD: Makefile,v 1.5 2000/06/01 11:23:40 rh Exp $ # DISTNAME= pdflib-3.0 @@ -17,6 +17,6 @@ USE_GMAKE= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-tifflib=${PREFIX} \ --with-pnglib=${PREFIX} -USE_LIBTOOL= yes +USE_PKGLIBTOOL= yes .include "../../mk/bsd.pkg.mk" |