diff options
author | wiz <wiz@pkgsrc.org> | 2000-08-25 01:31:55 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2000-08-25 01:31:55 +0000 |
commit | f045a9b4afe0eeb70982b25a30b68c83ec17b524 (patch) | |
tree | 34df8f10886a80bcf080379c32757e02a9f7ca2f /www/bluefish | |
parent | 587a263530155716ea466a3fdec5d228ed189a72 (diff) | |
download | pkgsrc-f045a9b4afe0eeb70982b25a30b68c83ec17b524.tar.gz |
Find libintl headers via CFLAGS instead of CPPFLAGS (makes it compile again)
Diffstat (limited to 'www/bluefish')
-rw-r--r-- | www/bluefish/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/bluefish/Makefile b/www/bluefish/Makefile index b2873e95b81..6e3af38571a 100644 --- a/www/bluefish/Makefile +++ b/www/bluefish/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2000/08/23 12:39:37 jlam Exp $ +# $NetBSD: Makefile,v 1.6 2000/08/25 01:31:55 wiz Exp $ # DISTNAME= bluefish-0.5 @@ -22,7 +22,7 @@ USE_GMAKE= # defined GNU_CONFIGURE= # defined CONFIGURE_ENV+= CPPFLAGS="${CPPFLAGS}" -CPPFLAGS+= -I${LOCALBASE}/include +CFLAGS+= -I${LOCALBASE}/include HTMLDIR= ${PREFIX}/share/doc/html/bluefish |