diff options
author | antoine <antoine@FreeBSD.org> | 2014-03-14 01:26:13 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2014-03-14 01:26:13 +0800 |
commit | 88252f911c4df56084ce08ec5e6ff1bad17b8391 (patch) | |
tree | 3434cd493d6d5462b61bfa5e827b130c9a1320df /mail | |
parent | 7c5c8e7c86f2cf0b7395d7e476bb934c82a551c1 (diff) | |
download | freebsd-ports-gnome-88252f911c4df56084ce08ec5e6ff1bad17b8391.tar.gz freebsd-ports-gnome-88252f911c4df56084ce08ec5e6ff1bad17b8391.tar.zst freebsd-ports-gnome-88252f911c4df56084ce08ec5e6ff1bad17b8391.zip |
Unbreak, those 3 ports include Makefile.xpi after bsd.port.pre.mk so the
USES from Makefile.xpi was inefficient
Reported by: pkg-fallout
Diffstat (limited to 'mail')
-rw-r--r-- | mail/thunderbird-i18n/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mail/thunderbird-i18n/Makefile b/mail/thunderbird-i18n/Makefile index b56065dc94a8..345f12d3b768 100644 --- a/mail/thunderbird-i18n/Makefile +++ b/mail/thunderbird-i18n/Makefile @@ -21,6 +21,7 @@ PLISTF?= ${WRKDIR}/plist_files NO_BUILD= yes NO_ARCH= yes +USES= zip:infozip USE_THUNDERBIRD= yes USE_XPI= thunderbird linux-thunderbird USE_SUBMAKE= yes |