From 4c17a9bcccb284748b0790b5f145e7b3f8f86a31 Mon Sep 17 00:00:00 2001 From: wiz Date: Tue, 15 Aug 2000 00:54:19 +0000 Subject: USE_PKGLIBTOOL -> USE_LIBTOOL --- print/pdflib/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'print/pdflib/Makefile') diff --git a/print/pdflib/Makefile b/print/pdflib/Makefile index b0fcdd3c8dc..b9222fa5ae6 100644 --- a/print/pdflib/Makefile +++ b/print/pdflib/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2000/06/01 11:23:40 rh Exp $ +# $NetBSD: Makefile,v 1.6 2000/08/15 00:54:19 wiz Exp $ # DISTNAME= pdflib-3.0 @@ -11,12 +11,12 @@ HOMEPAGE= http://www.pdflib.com/pdflib/index.html DEPENDS+= tiff-3.5.5:../../graphics/tiff DEPENDS+= jpeg-6b:../../graphics/jpeg DEPENDS+= png-*:../../graphics/png -#DEPENDS+= zlib-1.1.3:../../devel/zlib USE_GMAKE= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-tifflib=${PREFIX} \ --with-pnglib=${PREFIX} -USE_PKGLIBTOOL= yes +USE_LIBTOOL= yes +LTCONFIG_OVERRIDE= ${WRKSRC}/config/ltconfig .include "../../mk/bsd.pkg.mk" -- cgit v1.2.3