diff options
Diffstat (limited to 'www/firefox-esr/Makefile')
-rw-r--r-- | www/firefox-esr/Makefile | 34 |
1 files changed, 17 insertions, 17 deletions
diff --git a/www/firefox-esr/Makefile b/www/firefox-esr/Makefile index b573e2370baa..4b39ae22a900 100644 --- a/www/firefox-esr/Makefile +++ b/www/firefox-esr/Makefile @@ -14,23 +14,23 @@ PKGNAMESUFFIX= -esr MAINTAINER= gecko@FreeBSD.org COMMENT= Web browser based on the browser portion of Mozilla -BUILD_DEPENDS= nspr>=4.10.10:${PORTSDIR}/devel/nspr \ - nss>=3.19.2.1:${PORTSDIR}/security/nss \ - libevent2>=2.0.21_2:${PORTSDIR}/devel/libevent2 \ - soundtouch>=1.8.0:${PORTSDIR}/audio/soundtouch \ - harfbuzz>=0.9.34:${PORTSDIR}/print/harfbuzz \ - graphite2>=1.2.4:${PORTSDIR}/graphics/graphite2 \ - libvorbis>=1.3.5,3:${PORTSDIR}/audio/libvorbis \ - libvpx>=1.3.0:${PORTSDIR}/multimedia/libvpx \ - sqlite3>=3.8.9:${PORTSDIR}/databases/sqlite3 \ - ${PYTHON_PKGNAMEPREFIX}sqlite3>0:${PORTSDIR}/databases/py-sqlite3 \ - v4l_compat>0:${PORTSDIR}/multimedia/v4l_compat \ - autoconf-2.13:${PORTSDIR}/devel/autoconf213 \ - zip:${PORTSDIR}/archivers/zip \ - unzip:${PORTSDIR}/archivers/unzip -# opus>=1.1:${PORTSDIR}/audio/opus \ - -LIB_DEPENDS= libv4l2.so:${PORTSDIR}/multimedia/libv4l +BUILD_DEPENDS= nspr>=4.10.10:devel/nspr \ + nss>=3.19.2.1:security/nss \ + libevent2>=2.0.21_2:devel/libevent2 \ + soundtouch>=1.8.0:audio/soundtouch \ + harfbuzz>=0.9.34:print/harfbuzz \ + graphite2>=1.2.4:graphics/graphite2 \ + libvorbis>=1.3.5,3:audio/libvorbis \ + libvpx>=1.3.0:multimedia/libvpx \ + sqlite3>=3.8.9:databases/sqlite3 \ + ${PYTHON_PKGNAMEPREFIX}sqlite3>0:databases/py-sqlite3 \ + v4l_compat>0:multimedia/v4l_compat \ + autoconf-2.13:devel/autoconf213 \ + zip:archivers/zip \ + unzip:archivers/unzip +# opus>=1.1:audio/opus \ + +LIB_DEPENDS= libv4l2.so:multimedia/libv4l USE_GECKO= gecko CPE_PRODUCT= ${PORTNAME}_esr |