From 6e77e4f6edd60b358eacefaf41a4a2fe899ea94c Mon Sep 17 00:00:00 2001 From: Jeremy Messenger Date: Fri, 9 Sep 2005 17:13:29 +0000 Subject: [PATCH] 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 --- mail/enigmail-thunderbird/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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