aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorahze <ahze@FreeBSD.org>2005-03-11 02:50:30 +0800
committerahze <ahze@FreeBSD.org>2005-03-11 02:50:30 +0800
commit58d572078091a1d41e8e71446486f2b27cc13a43 (patch)
tree072d72f8a9091e17c7286f5d1f31328bf60449fb
parenta0095fd530dd3953808c3dfe127ec11af22351e8 (diff)
downloadfreebsd-ports-gnome-58d572078091a1d41e8e71446486f2b27cc13a43.tar.gz
freebsd-ports-gnome-58d572078091a1d41e8e71446486f2b27cc13a43.tar.zst
freebsd-ports-gnome-58d572078091a1d41e8e71446486f2b27cc13a43.zip
_ Add redundant BUILD_DEPENDS for graphics/cairo to check for cairo-xlib.h
since cairo can be installed without X11.
-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