summaryrefslogtreecommitdiff
path: root/www/bluefish/Makefile
diff options
context:
space:
mode:
authorjlam <jlam>2000-08-25 05:51:13 +0000
committerjlam <jlam>2000-08-25 05:51:13 +0000
commit0624235b38b1648e2ecfb5a6155b117fa859b675 (patch)
treec696cf119ce54b0a771c632726ce967db7afd0eb /www/bluefish/Makefile
parent1e98c5ffe7bee00fca4e7f5f0229eb32f795fbc6 (diff)
downloadpkgsrc-0624235b38b1648e2ecfb5a6155b117fa859b675.tar.gz
Change back to using CPPFLAGS. CFLAGS is wrong since the configure step
won't pick up installed gettext headers.
Diffstat (limited to 'www/bluefish/Makefile')
-rw-r--r--www/bluefish/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/www/bluefish/Makefile b/www/bluefish/Makefile
index 6e3af38571a..1cd3ea8ccba 100644
--- a/www/bluefish/Makefile
+++ b/www/bluefish/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2000/08/25 01:31:55 wiz Exp $
+# $NetBSD: Makefile,v 1.7 2000/08/25 05:51:13 jlam Exp $
#
DISTNAME= bluefish-0.5
@@ -22,7 +22,7 @@ USE_GMAKE= # defined
GNU_CONFIGURE= # defined
CONFIGURE_ENV+= CPPFLAGS="${CPPFLAGS}"
-CFLAGS+= -I${LOCALBASE}/include
+CPPFLAGS+= -I${LOCALBASE}/include
HTMLDIR= ${PREFIX}/share/doc/html/bluefish