diff options
author | Florian Smeets <flo@FreeBSD.org> | 2011-07-04 17:28:33 +0000 |
---|---|---|
committer | Florian Smeets <flo@FreeBSD.org> | 2011-07-04 17:28:33 +0000 |
commit | 38e96128eb548c66e5a25b03206a1d47615d83d8 (patch) | |
tree | ad44b27cbdb20ce063efa57fa1db00517da65764 /www/firefox | |
parent | e94e9a4eaf56ac9785d1bad2a7cbdacb9a8c831e (diff) | |
download | ports-38e96128eb548c66e5a25b03206a1d47615d83d8.tar.gz ports-38e96128eb548c66e5a25b03206a1d47615d83d8.zip |
Notes
Diffstat (limited to 'www/firefox')
-rw-r--r-- | www/firefox/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/firefox/Makefile b/www/firefox/Makefile index 7fe886ccabac..756e4831e4d0 100644 --- a/www/firefox/Makefile +++ b/www/firefox/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 |