pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/pkgsrc-2006Q3]: pkgsrc/www/seamonkey Pullup ticket 1834 - requested b...
details: https://anonhg.NetBSD.org/pkgsrc/rev/8d309e6c3746
branches: pkgsrc-2006Q3
changeset: 519102:8d309e6c3746
user: salo <salo%pkgsrc.org@localhost>
date: Wed Oct 04 12:00:32 2006 +0000
description:
Pullup ticket 1834 - requested by ghen
options.mk fix for seamonkey
Revisions pulled up:
- pkgsrc/www/seamonkey/options.mk 1.3
Module Name: pkgsrc
Committed By: ghen
Date: Tue Oct 3 12:09:14 UTC 2006
Modified Files:
pkgsrc/www/seamonkey: options.mk
Log Message:
PKG_SUPPORTED_OPTIONS must be set before bsd.options.mk is included.
diffstat:
www/seamonkey/options.mk | 10 +++++-----
1 files changed, 5 insertions(+), 5 deletions(-)
diffs (28 lines):
diff -r c203166316f6 -r 8d309e6c3746 www/seamonkey/options.mk
--- a/www/seamonkey/options.mk Wed Oct 04 11:53:52 2006 +0000
+++ b/www/seamonkey/options.mk Wed Oct 04 12:00:32 2006 +0000
@@ -1,8 +1,12 @@
-# $NetBSD: options.mk,v 1.2 2006/09/24 16:21:33 salo Exp $
+# $NetBSD: options.mk,v 1.2.2.1 2006/10/04 12:00:32 salo Exp $
PKG_OPTIONS_VAR = PKG_OPTIONS.gecko
PKG_SUPPORTED_OPTIONS = debug
+.if ( ${MOZILLA_BIN} == "firefox-bin" || ${MOZILLA_BIN} == "thunderbird-bin" )
+PKG_SUPPORTED_OPTIONS += official-mozilla-branding
+.endif
+
.include "../../mk/bsd.options.mk"
# this .if test looks backward, but the missing options disables debug,
@@ -11,10 +15,6 @@
CONFIGURE_ARGS+= --disable-debug
.endif
-.if ( ${MOZILLA_BIN} == "firefox-bin" || ${MOZILLA_BIN} == "thunderbird-bin" )
-PKG_SUPPORTED_OPTIONS += official-mozilla-branding
-.endif
-
# Enable Official mozilla.org Branding for Firefox or Thunderbird.
# Note that you cannot distribute builds with Official Branding
# without permission of the Mozilla Foundation.
Home |
Main Index |
Thread Index |
Old Index