diff options
author | agc <agc@pkgsrc.org> | 2001-02-06 16:04:18 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 2001-02-06 16:04:18 +0000 |
commit | a426870a9ee188da0f1f92bc17053ad58d240666 (patch) | |
tree | 3c75a7756e02fbc21ad1bfdc883a307c7b9f7220 /mail/xbuffy | |
parent | d4fce8d4e780caeebf7884754f895760e64c42d8 (diff) | |
download | pkgsrc-a426870a9ee188da0f1f92bc17053ad58d240666.tar.gz |
Use ${X11BASE} in preference to ${PREFIX} when picking up headers via -I
- makes this package work in the presence of xpkgwedge
Diffstat (limited to 'mail/xbuffy')
-rw-r--r-- | mail/xbuffy/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
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: |