aboutsummaryrefslogtreecommitdiff
path: root/www/seamonkey
diff options
context:
space:
mode:
authorJan Beich <jbeich@FreeBSD.org>2015-08-09 16:30:43 +0000
committerJan Beich <jbeich@FreeBSD.org>2015-08-09 16:30:43 +0000
commit584a8b67865510e86ad9cd5a97f02e725693a737 (patch)
tree6f5c1fdabd9e133349117d559ffcd98bd049802d /www/seamonkey
parent623c599eb98790394356dc841ee82bf59a2c04fb (diff)
downloadports-584a8b67865510e86ad9cd5a97f02e725693a737.tar.gz
ports-584a8b67865510e86ad9cd5a97f02e725693a737.zip
Notes
Diffstat (limited to 'www/seamonkey')
-rw-r--r--www/seamonkey/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/www/seamonkey/Makefile b/www/seamonkey/Makefile
index c0a096f7a3b4..05ce86a9ae50 100644
--- a/www/seamonkey/Makefile
+++ b/www/seamonkey/Makefile
@@ -16,7 +16,6 @@ COMMENT= The open source, standards compliant web browser
BUILD_DEPENDS= nspr>=4.10.6:${PORTSDIR}/devel/nspr \
nss>=3.17.4:${PORTSDIR}/security/nss \
libevent2>=2.0.21_2:${PORTSDIR}/devel/libevent2 \
- cairo>=1.12.16_1,2:${PORTSDIR}/graphics/cairo \
soundtouch>=1.8.0:${PORTSDIR}/audio/soundtouch \
harfbuzz>=0.9.34:${PORTSDIR}/print/harfbuzz \
graphite2>=1.2.4:${PORTSDIR}/graphics/graphite2 \
@@ -79,6 +78,10 @@ XPI_LIBDIR= ${PREFIX}/lib/xpi
RUN_DEPENDS+= alsa-lib>=1.0.27.2_1:${PORTSDIR}/audio/alsa-lib
.endif
+.if ! ${PORT_OPTIONS:MBUNDLED_CAIRO}
+BUILD_DEPENDS+= cairo>=1.12.16_1,2:${PORTSDIR}/graphics/cairo
+.endif
+
.if ${PORT_OPTIONS:MGSTREAMER}
RUN_DEPENDS+= gstreamer1-libav>=1.2.4_1:${PORTSDIR}/multimedia/gstreamer1-libav
.endif