diff options
author | Michael Johnson <ahze@FreeBSD.org> | 2005-12-08 23:58:02 +0000 |
---|---|---|
committer | Michael Johnson <ahze@FreeBSD.org> | 2005-12-08 23:58:02 +0000 |
commit | 8b11f86f7e4627501459150492e6f754961ab47a (patch) | |
tree | f0f497cc17e6858cb8e654bfd69e82fe9c6b971e /www/nvu | |
parent | 0a7f5f45415a0a3680c38136568ff844bc25074d (diff) | |
download | ports-8b11f86f7e4627501459150492e6f754961ab47a.tar.gz ports-8b11f86f7e4627501459150492e6f754961ab47a.zip |
- Fix build in tinderbox
Notes
Notes:
svn path=/head/; revision=150691
Diffstat (limited to 'www/nvu')
-rw-r--r-- | www/nvu/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www/nvu/Makefile b/www/nvu/Makefile index fcbf1851e773..8e3683d65df7 100644 --- a/www/nvu/Makefile +++ b/www/nvu/Makefile @@ -24,6 +24,7 @@ NVU= ${PORTNAME}-${DISTVERSION} MAKEFILE= client.mk ALL_TARGET= build_all PORT_MOZCONFIG= ${WRKSRC}/composer/config/mozconfig.linux +CFLAGS+= -I${X11BASE}/include .include <bsd.port.pre.mk> .include "${.CURDIR}/../mozilla/Makefile.common" |