diff options
author | jlam <jlam@pkgsrc.org> | 2005-09-18 05:04:37 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2005-09-18 05:04:37 +0000 |
commit | 29c6f564098976454fb8ec6181dcd0fb49d39d6d (patch) | |
tree | f4e01facbd1815eff2091e81cce5a0c1cb04acb4 | |
parent | 6e81adebc0a64f46559f376a1d178a6ee9755bd0 (diff) | |
download | pkgsrc-29c6f564098976454fb8ec6181dcd0fb49d39d6d.tar.gz |
The thunderbird and thunderbird-gtk1 package Makefiles include
mozilla/Makefile.common, which no longer includes bsd.pkg.mk, so
include bsd.pkg.mk ourselves.
-rw-r--r-- | mail/thunderbird-gtk1/Makefile | 3 | ||||
-rw-r--r-- | mail/thunderbird/Makefile | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/mail/thunderbird-gtk1/Makefile b/mail/thunderbird-gtk1/Makefile index 892156f8ff5..7400d86c29a 100644 --- a/mail/thunderbird-gtk1/Makefile +++ b/mail/thunderbird-gtk1/Makefile @@ -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 @@ PKGREVISION= 1 COMMENT= Mozilla mail client using the older GTK1 toolkit .include "../../mail/thunderbird/Makefile-thunderbird.common" +.include "../../mk/bsd.pkg.mk" diff --git a/mail/thunderbird/Makefile b/mail/thunderbird/Makefile index d364bf44806..4ae20a12862 100644 --- a/mail/thunderbird/Makefile +++ b/mail/thunderbird/Makefile @@ -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_GTK2= # defined MOZILLA_USE_XFT= YES .include "../../mail/thunderbird/Makefile-thunderbird.common" +.include "../../mk/bsd.pkg.mk" |