diff options
Diffstat (limited to 'www/seamonkey-i18n/Makefile')
-rw-r--r-- | www/seamonkey-i18n/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/seamonkey-i18n/Makefile b/www/seamonkey-i18n/Makefile index b568b70719f3..335bd14802bf 100644 --- a/www/seamonkey-i18n/Makefile +++ b/www/seamonkey-i18n/Makefile @@ -13,7 +13,7 @@ DIST_SUBDIR= xpi/${DISTNAME} MAINTAINER= gecko@FreeBSD.org COMMENT= Localized interface for SeaMonkey -EXTRACT_DEPENDS= zip:${PORTSDIR}/archivers/zip +EXTRACT_DEPENDS= zip:archivers/zip USES= zip:infozip gecko:seamonkey,build USE_XPI= seamonkey linux-seamonkey @@ -32,7 +32,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" |