summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Mk/bsd.gnome.mk8
1 files changed, 8 insertions, 0 deletions
diff --git a/Mk/bsd.gnome.mk b/Mk/bsd.gnome.mk
index f74d3c6c3..4adc5f9ba 100644
--- a/Mk/bsd.gnome.mk
+++ b/Mk/bsd.gnome.mk
@@ -434,6 +434,14 @@ desktopfileutils_USE_GNOME_IMPL=glib20
# End component definition section
+########
+#### NOTE: DO NOT COMMIT THIS NEXT PART TO THE MAIN FREEBSD REPO
+########
+.if exists(${PORTSDIR}/Mk/bsd.gnome-experimental.mk)
+.include <bsd.gnome-experimental.mk>
+.endif
+# end part you shouldn't commit.
+
# This section defines tests for optional software. These work off four
# types of variables: WANT_GNOME, WITH_GNOME, HAVE_GNOME and USE_GNOME.
# The logic of this is that a port can WANT support for a package; a user