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 /mail/thunderbird | |
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.
Diffstat (limited to 'mail/thunderbird')
-rw-r--r-- | mail/thunderbird/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
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" |