1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-25 00:51:21 +00:00

- 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>
This commit is contained in:
Florian Smeets 2011-07-04 17:28:33 +00:00
parent e94e9a4eaf
commit 38e96128eb
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=277051
2 changed files with 4 additions and 2 deletions

View File

@ -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

View File

@ -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