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