aboutsummaryrefslogtreecommitdiff
path: root/mail/thunderbird
diff options
context:
space:
mode:
authorJan Beich <jbeich@FreeBSD.org>2016-12-16 13:50:50 +0000
committerJan Beich <jbeich@FreeBSD.org>2016-12-16 13:50:50 +0000
commit01b32462167709c3cf84c966fa339d8b2e33bff8 (patch)
tree5680f710edd53fbc117dcf0846216ce3dedc057e /mail/thunderbird
parentf404b62eabcde3e2777cfbc89f907f6200377137 (diff)
downloadports-01b32462167709c3cf84c966fa339d8b2e33bff8.tar.gz
ports-01b32462167709c3cf84c966fa339d8b2e33bff8.zip
Drop unused variable after r428672
Notes
Notes: svn path=/head/; revision=428681
Diffstat (limited to 'mail/thunderbird')
-rw-r--r--mail/thunderbird/Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/mail/thunderbird/Makefile b/mail/thunderbird/Makefile
index 5faf0d9cfa74..06dee27080f5 100644
--- a/mail/thunderbird/Makefile
+++ b/mail/thunderbird/Makefile
@@ -64,8 +64,6 @@ OPTIONS_DEFAULT=BUNDLED_CAIRO CANBERRA GTK2 LIGHTNING
WRKSRC:= ${WRKDIR}/${PORTNAME}-${DISTVERSION}
MOZSRC:= ${WRKSRC}/mozilla
-XPI_LIBDIR= ${PREFIX}/lib/xpi
-
.if ${PORT_OPTIONS:MLIGHTNING}
MOZ_OPTIONS+= --enable-calendar
.else