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/kompozer | |
parent | 0a7f5f45415a0a3680c38136568ff844bc25074d (diff) |
Notes
Diffstat (limited to 'www/kompozer')
-rw-r--r-- | www/kompozer/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www/kompozer/Makefile b/www/kompozer/Makefile index fcbf1851e773..8e3683d65df7 100644 --- a/www/kompozer/Makefile +++ b/www/kompozer/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" |