From c4e71c5e7a56600bcceba68cbed656ef7246e444 Mon Sep 17 00:00:00 2001 From: jlam Date: Mon, 11 Jun 2001 06:34:17 +0000 Subject: CPPFLAGS is now passed to MAKE_ENV and CONFIGURE_ENV by bsd.pkg.mk, so adapt by moving CPPFLAGS settings to top-level, and removing explicit inclusion of CPPFLAGS into MAKE_ENV and CONFIGURE_ENV. --- print/xpp/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'print/xpp') diff --git a/print/xpp/Makefile b/print/xpp/Makefile index 00b76b90f92..9c16afd71cb 100644 --- a/print/xpp/Makefile +++ b/print/xpp/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2001/06/11 02:05:14 jlam Exp $ +# $NetBSD: Makefile,v 1.11 2001/06/11 06:34:48 jlam Exp $ DISTNAME= xpp-1.0 CATEGORIES= print x11 @@ -12,7 +12,6 @@ USE_X11= # defined USE_GMAKE= # defined GNU_CONFIGURE= # defined -CONFIGURE_ENV+= CPPFLAGS="${CPPFLAGS}" .include "../../print/cups/buildlink.mk" .include "../../x11/fltk/buildlink.mk" -- cgit v1.2.3