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. --- databases/gq/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'databases/gq') diff --git a/databases/gq/Makefile b/databases/gq/Makefile index 0541c8b74a9..c66f0a5b05e 100644 --- a/databases/gq/Makefile +++ b/databases/gq/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2001/02/16 14:17:25 wiz Exp $ +# $NetBSD: Makefile,v 1.4 2001/06/11 06:34:23 jlam Exp $ # DISTNAME= gq-0.3.0 @@ -15,6 +15,6 @@ DEPENDS+= gtk+>=1.2.8:../../x11/gtk USE_X11BASE= YES GNU_CONFIGURE= YES -CONFIGURE_ENV+= CPPFLAGS="${CPPFLAGS} -I${LOCALBASE}/include" +CPPFLAGS+= -I${LOCALBASE}/include .include "../../mk/bsd.pkg.mk" -- cgit v1.2.3