From 07f7250f3c3bb1da126a264244adad5162f0e4db 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. --- misc/gnome-utils/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'misc/gnome-utils/Makefile') diff --git a/misc/gnome-utils/Makefile b/misc/gnome-utils/Makefile index fc081962f54..047139f7539 100644 --- a/misc/gnome-utils/Makefile +++ b/misc/gnome-utils/Makefile @@ -1,4 +1,4 @@ -## $NetBSD: Makefile,v 1.34 2001/04/08 06:23:57 rh Exp $ +## $NetBSD: Makefile,v 1.35 2001/06/11 06:34:45 jlam Exp $ DISTNAME= gnome-utils-1.4.0 CATEGORIES= misc x11 gnome @@ -32,7 +32,7 @@ pre-configure: .if ${NEED_NCURSES} == "YES" CONFIGURE_ARGS+= --with-ncurses=${LOCALBASE} -CONFIGURE_ENV+= CPPFLAGS=-I${LOCALBASE}/include +CPPFLAGS+= -I${LOCALBASE}/include .endif .include "../../mk/bsd.pkg.mk" -- cgit v1.2.3