diff options
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" |