diff options
author | flo <flo@FreeBSD.org> | 2011-07-16 06:20:11 +0800 |
---|---|---|
committer | flo <flo@FreeBSD.org> | 2011-07-16 06:20:11 +0800 |
commit | d25fe1f21361a9930c47ecd9756ce9eb9ddccb0b (patch) | |
tree | 3730bf30eb33f9540e8ba712102631768ee75bfb /mail/thunderbird-esr | |
parent | b6b0f72100445f3acec8f96ee0f9e7e72bd9ad4f (diff) | |
download | freebsd-ports-gnome-d25fe1f21361a9930c47ecd9756ce9eb9ddccb0b.tar.gz freebsd-ports-gnome-d25fe1f21361a9930c47ecd9756ce9eb9ddccb0b.tar.zst freebsd-ports-gnome-d25fe1f21361a9930c47ecd9756ce9eb9ddccb0b.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 thunderbird 5 we
need a spcific version.
Diffstat (limited to 'mail/thunderbird-esr')
-rw-r--r-- | mail/thunderbird-esr/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mail/thunderbird-esr/Makefile b/mail/thunderbird-esr/Makefile index 44bff50a6b60..5e158618fd7a 100644 --- a/mail/thunderbird-esr/Makefile +++ b/mail/thunderbird-esr/Makefile @@ -15,7 +15,8 @@ DISTNAME= ${PORTNAME}-${DISTVERSION}.source MAINTAINER= gecko@FreeBSD.org COMMENT= Mozilla Thunderbird is standalone mail and news that stands above -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 |