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
This commit is contained in:
Jeremy Messenger 2005-09-09 17:13:29 +00:00
parent 181c03f67a
commit 6e77e4f6ed
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=142297

View File

@ -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