From owner-cvs-ports@FreeBSD.ORG Fri Sep 9 17:13:30 2005 Return-Path: X-Original-To: cvs-ports@FreeBSD.org Delivered-To: cvs-ports@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F118D16A41F; Fri, 9 Sep 2005 17:13:29 +0000 (GMT) (envelope-from mezz@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AFB3B43D45; Fri, 9 Sep 2005 17:13:29 +0000 (GMT) (envelope-from mezz@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j89HDTNj054842; Fri, 9 Sep 2005 17:13:29 GMT (envelope-from mezz@repoman.freebsd.org) Received: (from mezz@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j89HDTVe054841; Fri, 9 Sep 2005 17:13:29 GMT (envelope-from mezz) Message-Id: <200509091713.j89HDTVe054841@repoman.freebsd.org> From: Jeremy Messenger Date: Fri, 9 Sep 2005 17:13:29 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/mail/enigmail-thunderbird Makefile X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Sep 2005 17:13:30 -0000 mezz 2005-09-09 17:13:29 UTC FreeBSD ports repository Modified files: mail/enigmail-thunderbird Makefile Log: 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 Revision Changes Path 1.21 +2 -1 ports/mail/enigmail-thunderbird/Makefile