diff options
Diffstat (limited to 'www/nvu')
-rw-r--r-- | www/nvu/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/nvu/Makefile b/www/nvu/Makefile index ef7ef716d549..fde708e4ff25 100644 --- a/www/nvu/Makefile +++ b/www/nvu/Makefile @@ -29,7 +29,7 @@ MAKEFILE= client.mk ALL_TARGET= build_all MOZ_EXTENSIONS= wallet,xml-rpc,xmlextras,pref,universalchardet,editor/cascades,spellcheck PORT_MOZCONFIG= ${WRKSRC}/composer/config/mozconfig.linux -CFLAGS+= -I${X11BASE}/include +CFLAGS+= -I${LOCALBASE}/include .include <bsd.port.pre.mk> .include "${PORTSDIR}/www/mozilla/Makefile.common" |