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:
parent
1d669ea436
commit
613eb81eac
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=263508
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user