pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/www/seamonkey PKG_SUPPORTED_OPTIONS must be set before...
details: https://anonhg.NetBSD.org/pkgsrc/rev/ee189f9acbe6
branches: trunk
changeset: 519453:ee189f9acbe6
user: ghen <ghen%pkgsrc.org@localhost>
date: Tue Oct 03 12:09:14 2006 +0000
description:
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 0b3b0a553a9e -r ee189f9acbe6 www/seamonkey/options.mk
--- a/www/seamonkey/options.mk Tue Oct 03 11:07:05 2006 +0000
+++ b/www/seamonkey/options.mk Tue Oct 03 12:09:14 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.3 2006/10/03 12:09:14 ghen 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