diff options
author | ahze <ahze@FreeBSD.org> | 2005-12-09 07:58:02 +0800 |
---|---|---|
committer | ahze <ahze@FreeBSD.org> | 2005-12-09 07:58:02 +0800 |
commit | c314b6517fcb5cb6702d29dca48671d3bd8c5e25 (patch) | |
tree | dcb89d7c04eb407b11066cb183c2574fedb8dffe /www/kompozer | |
parent | 51571c055df609d465824f763f7936a705ed2cc7 (diff) | |
download | freebsd-ports-gnome-c314b6517fcb5cb6702d29dca48671d3bd8c5e25.tar.gz freebsd-ports-gnome-c314b6517fcb5cb6702d29dca48671d3bd8c5e25.tar.zst freebsd-ports-gnome-c314b6517fcb5cb6702d29dca48671d3bd8c5e25.zip |
- Fix build in tinderbox
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" |