summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--mail/thunderbird/Makefile-thunderbird.common4
-rw-r--r--www/firefox/Makefile-firefox.common4
2 files changed, 4 insertions, 4 deletions
diff --git a/mail/thunderbird/Makefile-thunderbird.common b/mail/thunderbird/Makefile-thunderbird.common
index 6395e1833dc..41b70682a2a 100644
--- a/mail/thunderbird/Makefile-thunderbird.common
+++ b/mail/thunderbird/Makefile-thunderbird.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile-thunderbird.common,v 1.12 2006/04/23 14:14:07 ghen Exp $
+# $NetBSD: Makefile-thunderbird.common,v 1.13 2006/05/21 23:18:35 jlam Exp $
MOZILLA_BIN= thunderbird-bin
MOZ_VER= 1.5.0.2
@@ -15,7 +15,7 @@ MAKE_ENV+= MOZ_THUNDERBIRD=1
DISTINFO_FILE= ${.CURDIR}/../../mail/thunderbird/distinfo
PATCHDIR= ${.CURDIR}/../../mail/thunderbird/patches
-MESSAGE= ${.CURDIR}/../../mail/thunderbird/MESSAGE
+MESSAGE_SRC+= ${.CURDIR}/../../mail/thunderbird/MESSAGE
CONFIGURE_ARGS+= --enable-application=mail
CONFIGURE_ARGS+= --enable-extensions=wallet,spellcheck,xmlextras
diff --git a/www/firefox/Makefile-firefox.common b/www/firefox/Makefile-firefox.common
index c6e7ea3ef88..eae534ee650 100644
--- a/www/firefox/Makefile-firefox.common
+++ b/www/firefox/Makefile-firefox.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile-firefox.common,v 1.30 2006/05/04 05:16:13 ghen Exp $
+# $NetBSD: Makefile-firefox.common,v 1.31 2006/05/21 23:18:35 jlam Exp $
MOZILLA_BIN= firefox-bin
MOZ_VER= 1.5.0.3
@@ -30,7 +30,7 @@ CONFIGURE_ENV+= ac_cv_visibility_pragma=no ac_cv_visibility_hidden=no
USE_LANGUAGES+= c++
BUILD_SVG= # yes
BUILD_MATHML= # yes
-MESSAGE= ${.CURDIR}/../../www/firefox/MESSAGE
+MESSAGE_SRC+= ${.CURDIR}/../../www/firefox/MESSAGE
.include "../../www/firefox/Makefile.common"