From 328a35f96fe7ec11093e3847c0943eb3a41f2b51 Mon Sep 17 00:00:00 2001 From: jlam Date: Tue, 12 Jun 2001 20:33:00 +0000 Subject: LIBS is automatically added to CONFIGURE_ENV by bsd.pkg.mk if GNU_CONFIGURE is defined, so simply set LIBS to the appropriate value. --- www/php3-pdflib/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'www/php3-pdflib') diff --git a/www/php3-pdflib/Makefile b/www/php3-pdflib/Makefile index 03ffb7b7f5c..41382af28e5 100644 --- a/www/php3-pdflib/Makefile +++ b/www/php3-pdflib/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2001/05/03 17:00:22 wiz Exp $ +# $NetBSD: Makefile,v 1.2 2001/06/12 20:33:09 jlam Exp $ # PKGNAME= php-pdflib-${PHP_VERSION} @@ -10,7 +10,7 @@ DEPENDS+= pdflib>=3.0:../../print/pdflib CONFIGURE_ARGS+=--with-pdflib=${LOCALBASE} \ --with-jpeg-dir=${LOCALBASE} \ --with-tiff-dir==${LOCALBASE} -CONFIGURE_ENV+= LIBS=-lpng +LIBS= -lpng BUILDING_EXTENSION_MODULE=yes do-build: -- cgit v1.2.3