From 7bea46e87d51bbe44f7a5b37970a31b1efd118a0 Mon Sep 17 00:00:00 2001 From: rillig Date: Mon, 5 Dec 2005 23:55:01 +0000 Subject: Ran "pkglint --autofix", which corrected some of the quoting issues in CONFIGURE_ARGS. --- comms/hylafax/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'comms/hylafax/Makefile') diff --git a/comms/hylafax/Makefile b/comms/hylafax/Makefile index a9140fee262..d008f786ae3 100644 --- a/comms/hylafax/Makefile +++ b/comms/hylafax/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.47 2005/12/05 20:49:54 rillig Exp $ +# $NetBSD: Makefile,v 1.48 2005/12/05 23:55:03 rillig Exp $ VERS= 4.2.2 DISTNAME= hylafax-${VERS} @@ -20,7 +20,7 @@ USE_PKGINSTALL= yes USE_LANGUAGES= c c++ USE_TOOLS+= gs:run HAS_CONFIGURE= yes -CONFIGURE_ARGS+= --with-MAKE=${MAKE_PROGRAM} +CONFIGURE_ARGS+= --with-MAKE=${MAKE_PROGRAM:Q} CONFIGURE_ARGS+= --with-INSTALL="" --nointeractive CONFIGURE_ARGS+= --with-ZLIBINC=-I${BUILDLINK_PREFIX.zlib}/include CONFIGURE_ARGS+= --with-LIBZ="-L${BUILDLINK_PREFIX.zlib}/lib -lz" -- cgit v1.2.3