summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--mail/thunderbird/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/mail/thunderbird/Makefile b/mail/thunderbird/Makefile
index 813c2b2a0be..21afb33d73a 100644
--- a/mail/thunderbird/Makefile
+++ b/mail/thunderbird/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.84 2012/02/19 10:11:40 cheusov Exp $
+# $NetBSD: Makefile,v 1.85 2012/02/21 03:42:50 sbd Exp $
#
DISTNAME= thunderbird-${TB_VER}.source
@@ -29,6 +29,10 @@ ALL_ENV+= MOZILLA_PKG_NAME=thunderbird
.include "../../mk/bsd.prefs.mk"
+.if exists(PLIST.${OPSYS})
+PLIST_SRC+= PLIST.${OPSYS}
+.endif
+
.if (${OPSYS} == "Linux" || ${OPSYS} == "SunOS" || ${OPSYS} == "Darwin") && \
(${MACHINE_ARCH} == "i386" || ${MACHINE_ARCH} == "x86_64")
BUILD_DEPENDS+= yasm>=1.1.0:../../devel/yasm