1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-27 00:57:50 +00:00

- Fix build in tinderbox

This commit is contained in:
Michael Johnson 2005-12-08 23:58:02 +00:00
parent 0a7f5f4541
commit 8b11f86f7e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=150691
2 changed files with 2 additions and 0 deletions

View File

@ -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"

View File

@ -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"