From 4a9b83164e9e6a33b913ff44622a24f163f1f854 Mon Sep 17 00:00:00 2001 From: beat Date: Sun, 24 Oct 2010 10:52:48 +0000 Subject: - Replace dependency on non-existing or obsolete gecko providers with optional dependency on Firefox which was removed with Rev 1.29. With hat: gecko --- textproc/urlview/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'textproc/urlview') 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 -.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 -- cgit