Date: Tue, 30 Nov 2010 08:23:04 GMT From: svn-freebsd-gecko@chruetertee.ch To: freebsd-gecko@freebsd.org Subject: [SVN-Commit] r449 - trunk/Mk Message-ID: <201011300823.oAU8N4ZA077876@trillian.chruetertee.ch>
next in thread | raw e-mail | index | archive | help
Author: beat
Date: Tue Nov 30 08:23:03 2010
New Revision: 449
Log:
- Switch substitution example to libxul-devel<->libxul although this
functionality is not used as the ports tree does not have libxul-devel
at the moment.
Modified:
trunk/Mk/bsd.gecko.mk
Modified: trunk/Mk/bsd.gecko.mk
==============================================================================
--- trunk/Mk/bsd.gecko.mk Mon Nov 29 22:20:33 2010 (r448)
+++ trunk/Mk/bsd.gecko.mk Tue Nov 30 08:23:03 2010 (r449)
@@ -53,9 +53,9 @@
# will be the default. In the above example, www/libxul will be used
# as a gecko backend unless WITH_GECKO=seamonkey is defined by the user.
#
-# USE_GECKO= firefox-devel<->firefox
-# This will sed -e 's/firefox/firefox-devel/' on Makefile.in's and configure
-# if ${GECKO}=="firefox-devel"
+# USE_GECKO= libxul-devel<->libxul
+# This will sed -e 's/libxul/libxul-devel/' on Makefile.in's and configure
+# if ${GECKO}=="libxul-devel"
#
# Example:
# USE_GECKO= libxul seamonkey
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201011300823.oAU8N4ZA077876>
