summaryrefslogtreecommitdiff
path: root/www/mozilla/Makefile
diff options
context:
space:
mode:
authorMichael Johnson <ahze@FreeBSD.org>2005-03-10 18:50:30 +0000
committerMichael Johnson <ahze@FreeBSD.org>2005-03-10 18:50:30 +0000
commit0353e0767be6a1f9b1b9936c387ce8b6e0535715 (patch)
treef59e67cd1c27865c2a50196b9c638a5bcc5a49f3 /www/mozilla/Makefile
parentApply a simple fix to remove the dependency upon gcc 3.3 (diff)
_ Add redundant BUILD_DEPENDS for graphics/cairo to check for cairo-xlib.h
since cairo can be installed without X11.
Notes
Notes: svn path=/head/; revision=130829
Diffstat (limited to 'www/mozilla/Makefile')
-rw-r--r--www/mozilla/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/www/mozilla/Makefile b/www/mozilla/Makefile
index ebbc919f4031..7389828f6d3b 100644
--- a/www/mozilla/Makefile
+++ b/www/mozilla/Makefile
@@ -117,6 +117,7 @@ OPTIONS=XFT "Enable Xft font anti-aliasing" on \
.if defined(WITH_CAIRO_RENDER)
LIB_DEPENDS+= svg-cairo.1:${PORTSDIR}/graphics/libsvg-cairo
+BUILD_DEPENDS+= ${LOCALBASE}/include/cairo/cairo-xlib.h:${PORTSDIR}/graphics/cairo
CONFIGURE_ARGS+= --enable-svg-renderer-cairo \
--disable-svg-renderer-libart