blob: 0bfea39c0b480a265e4b788f5746f5052232658a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# $NetBSD: Makefile,v 1.30 2007/11/15 15:05:22 tron Exp $
MOZILLA= thunderbird
COMMENT= Mozilla mail client
MOZILLA_USE_GTK2= # yes
MOZILLA_USE_XFT= YES
# thunderbird passes LD_LIBRARY_PATH to mime handlers, making them fail:
# https://bugzilla.mozilla.org/show_bug.cgi?id=392327
.include "../../mail/thunderbird/Makefile-thunderbird.common"
.include "../../mk/bsd.pkg.mk"
|