aboutsummaryrefslogtreecommitdiffstats
path: root/mail/enigmail-thunderbird
diff options
context:
space:
mode:
authormezz <mezz@FreeBSD.org>2005-09-10 01:13:29 +0800
committermezz <mezz@FreeBSD.org>2005-09-10 01:13:29 +0800
commit01588866e6591559ea22546a18c31afe8476140b (patch)
tree3078a25e0da63257c3853f4972c906ec4cca949c /mail/enigmail-thunderbird
parent3a9fdef5f69cda441e4be818a049308fd37db183 (diff)
downloadfreebsd-ports-gnome-01588866e6591559ea22546a18c31afe8476140b.tar.gz
freebsd-ports-gnome-01588866e6591559ea22546a18c31afe8476140b.tar.zst
freebsd-ports-gnome-01588866e6591559ea22546a18c31afe8476140b.zip
The big change of thunderbird doesn't extract nor build the nspr that is
included in its tarball, so it caused this port to not able to find nspr in thunderbird. I thought the EXTRACT_DEPENDS would take care of it but not as I learned from build log that it will uninstall any dependency before return to this port build. Add nspr dependency and bump the PORTREVISION. Reported by: krismail
Diffstat (limited to 'mail/enigmail-thunderbird')
-rw-r--r--mail/enigmail-thunderbird/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/mail/enigmail-thunderbird/Makefile b/mail/enigmail-thunderbird/Makefile
index 97514fbb44d0..54a089a2d0b0 100644
--- a/mail/enigmail-thunderbird/Makefile
+++ b/mail/enigmail-thunderbird/Makefile
@@ -5,12 +5,13 @@
# $FreeBSD$
#
-PORTREVISION= 1
+PORTREVISION= 2
PKGNAMESUFFIX= -thunderbird
COMMENT= A GnuPG extension for the Thunderbird mail client
EXTRACT_DEPENDS=${WRKDIR}/../../../${LOCAL_SRCDIR}/work/mozilla/Makefile:${PORTSDIR}/${LOCAL_SRCDIR}:configure
+LIB_DEPENDS= nspr4:${PORTSDIR}/devel/nspr
RUN_DEPENDS= thunderbird:${PORTSDIR}/${LOCAL_SRCDIR}
MASTERDIR= ${.CURDIR}/../enigmail