diff options
author | flo <flo@FreeBSD.org> | 2011-07-05 01:28:33 +0800 |
---|---|---|
committer | flo <flo@FreeBSD.org> | 2011-07-05 01:28:33 +0800 |
commit | 62473a6d6558556b0c4ac14882611208d7a58779 (patch) | |
tree | c0d8deda5921b5243e4bf473e09ab3a2caf52169 /www/firefox-esr | |
parent | 307743976234f7a3068a744f887ad7c865bec196 (diff) | |
download | freebsd-ports-gnome-62473a6d6558556b0c4ac14882611208d7a58779.tar.gz freebsd-ports-gnome-62473a6d6558556b0c4ac14882611208d7a58779.tar.zst freebsd-ports-gnome-62473a6d6558556b0c4ac14882611208d7a58779.zip |
- require cairo>=1.10.2_1,1 to catch build failuers early
The cairo dependancy is usually added by bsd.gecko.mk, but for firefox we need a
spcific version.
PR: ports/158610
Submitted by: Pan Tsu <inyaoo@gmail.com>
Diffstat (limited to 'www/firefox-esr')
-rw-r--r-- | www/firefox-esr/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/firefox-esr/Makefile b/www/firefox-esr/Makefile index 7fe886ccabac..756e4831e4d0 100644 --- a/www/firefox-esr/Makefile +++ b/www/firefox-esr/Makefile @@ -16,7 +16,8 @@ DISTNAME= ${PORTNAME}-${DISTVERSION}.source MAINTAINER= gecko@FreeBSD.org COMMENT= Web browser based on the browser portion of Mozilla -BUILD_DEPENDS= nspr>=4.8.7:${PORTSDIR}/devel/nspr +BUILD_DEPENDS= nspr>=4.8.7:${PORTSDIR}/devel/nspr \ + cairo>=1.10.2_1,1:${PORTSDIR}/graphics/cairo LIB_DEPENDS= execinfo.1:${PORTSDIR}/devel/libexecinfo \ event-1.4:${PORTSDIR}/devel/libevent |