1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-27 10:03:20 +00:00

- Replace dependency on non-existing or obsolete gecko providers with

optional dependency on Firefox which was removed with Rev 1.29.

With hat:	gecko
This commit is contained in:
Beat Gaetzi 2010-10-24 10:52:48 +00:00
parent 1d669ea436
commit 613eb81eac
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=263508

View File

@ -27,9 +27,9 @@ SUB_LIST= GECKO=${GECKO}
.include <bsd.port.pre.mk>
.if defined(WITH_GECKO)
USE_GECKO= firefox-devel firefox35 seamonkey
.include "${PORTSDIR}/Mk/bsd.gecko.mk"
.if defined(WITH_FIREFOX)
RUN_DEPENDS+= ${LOCALBASE}/lib/firefox3/firefox:${PORTSDIR}/www/firefox
GECKO= firefox3
.elif defined(WITH_SEAMONKEY)
RUN_DEPENDS+= ${LOCALBASE}/lib/seamonkey/seamonkey-bin:${PORTSDIR}/www/seamonkey
GECKO= seamonkey