pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/mail The thunderbird and thunderbird-gtk1 package Make...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/aaa4629f95a5
branches:  trunk
changeset: 499284:aaa4629f95a5
user:      jlam <jlam%pkgsrc.org@localhost>
date:      Sun Sep 18 05:04:37 2005 +0000

description:
The thunderbird and thunderbird-gtk1 package Makefiles include
mozilla/Makefile.common, which no longer includes bsd.pkg.mk, so
include bsd.pkg.mk ourselves.

diffstat:

 mail/thunderbird-gtk1/Makefile |  3 ++-
 mail/thunderbird/Makefile      |  3 ++-
 2 files changed, 4 insertions(+), 2 deletions(-)

diffs (28 lines):

diff -r c68c681c85e9 -r aaa4629f95a5 mail/thunderbird-gtk1/Makefile
--- a/mail/thunderbird-gtk1/Makefile    Sun Sep 18 03:11:39 2005 +0000
+++ b/mail/thunderbird-gtk1/Makefile    Sun Sep 18 05:04:37 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2005/09/08 22:03:45 abs Exp $
+# $NetBSD: Makefile,v 1.3 2005/09/18 05:04:37 jlam Exp $
 
 MOZILLA=       thunderbird-gtk1
 PKGREVISION=   1
@@ -6,3 +6,4 @@
 COMMENT=       Mozilla mail client using the older GTK1 toolkit
 
 .include "../../mail/thunderbird/Makefile-thunderbird.common"
+.include "../../mk/bsd.pkg.mk"
diff -r c68c681c85e9 -r aaa4629f95a5 mail/thunderbird/Makefile
--- a/mail/thunderbird/Makefile Sun Sep 18 03:11:39 2005 +0000
+++ b/mail/thunderbird/Makefile Sun Sep 18 05:04:37 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2005/09/08 22:03:45 abs Exp $
+# $NetBSD: Makefile,v 1.10 2005/09/18 05:04:37 jlam Exp $
 
 MOZILLA=       thunderbird
 PKGREVISION=   1
@@ -9,3 +9,4 @@
 MOZILLA_USE_XFT=       YES
 
 .include "../../mail/thunderbird/Makefile-thunderbird.common"
+.include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index