aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/urlview
diff options
context:
space:
mode:
authorbeat <beat@FreeBSD.org>2010-10-24 18:52:48 +0800
committerbeat <beat@FreeBSD.org>2010-10-24 18:52:48 +0800
commit4a9b83164e9e6a33b913ff44622a24f163f1f854 (patch)
treed096042ef75515d410fbb13a3f643c66b159d49f /textproc/urlview
parent2db7030872bec2fe885358a92b6c6b24a6a04164 (diff)
downloadfreebsd-ports-gnome-4a9b83164e9e6a33b913ff44622a24f163f1f854.tar.gz
freebsd-ports-gnome-4a9b83164e9e6a33b913ff44622a24f163f1f854.tar.zst
freebsd-ports-gnome-4a9b83164e9e6a33b913ff44622a24f163f1f854.zip
- Replace dependency on non-existing or obsolete gecko providers with
optional dependency on Firefox which was removed with Rev 1.29. With hat: gecko
Diffstat (limited to 'textproc/urlview')
-rw-r--r--textproc/urlview/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/textproc/urlview/Makefile b/textproc/urlview/Makefile
index 77ddb2fcfb8e..80ae0b50b97d 100644
--- a/textproc/urlview/Makefile
+++ b/textproc/urlview/Makefile
@@ -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