diff options
Diffstat (limited to 'www/firefox-esr-i18n/Makefile')
-rw-r--r-- | www/firefox-esr-i18n/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/firefox-esr-i18n/Makefile b/www/firefox-esr-i18n/Makefile index b0bea2069e7c..23daa1486d5a 100644 --- a/www/firefox-esr-i18n/Makefile +++ b/www/firefox-esr-i18n/Makefile @@ -14,7 +14,7 @@ DIST_SUBDIR= xpi/${DISTNAME} MAINTAINER= gecko@FreeBSD.org COMMENT= Localized interface for Firefox -EXTRACT_DEPENDS= zip:${PORTSDIR}/archivers/zip +EXTRACT_DEPENDS= zip:archivers/zip USES= zip:infozip gecko:firefox,build USE_XPI= firefox @@ -33,7 +33,7 @@ PLISTF?= ${WRKDIR}/plist_files .include <bsd.port.pre.mk> .ifndef WITHOUT_SWITCHER -RUN_DEPENDS+= xpi-quick-locale-switcher>=0:${PORTSDIR}/www/xpi-quick-locale-switcher +RUN_DEPENDS+= xpi-quick-locale-switcher>=0:www/xpi-quick-locale-switcher .endif .include "${.CURDIR}/Makefile.lang" |