From a426870a9ee188da0f1f92bc17053ad58d240666 Mon Sep 17 00:00:00 2001 From: agc Date: Tue, 6 Feb 2001 16:04:18 +0000 Subject: Use ${X11BASE} in preference to ${PREFIX} when picking up headers via -I - makes this package work in the presence of xpkgwedge --- mail/xbuffy/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'mail/xbuffy/Makefile') diff --git a/mail/xbuffy/Makefile b/mail/xbuffy/Makefile index f5c98ef73f9..2b00f9fea0f 100644 --- a/mail/xbuffy/Makefile +++ b/mail/xbuffy/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2000/12/05 02:04:49 wiz Exp $ +# $NetBSD: Makefile,v 1.2 2001/02/06 16:04:18 agc Exp $ # DISTNAME= xbuffy-3.4 @@ -11,7 +11,7 @@ GNU_CONFIGURE= YES USE_X11BASE= YES CONFIGURE_ENV+= CPPFLAGS="${CPPFLAGS}" -CPPFLAGS+= -I${PREFIX}/include +CPPFLAGS+= -I${X11BASE}/include CPPFLAGS+= -Wall post-install: -- cgit v1.2.3