summaryrefslogtreecommitdiffstats
path: root/Mk
diff options
context:
space:
mode:
authoradamw <adamw@df743ca5-7f9a-e211-a948-0013205c9059>2004-08-27 03:23:07 +0800
committeradamw <adamw@df743ca5-7f9a-e211-a948-0013205c9059>2004-08-27 03:23:07 +0800
commit6a8c993f10494283b810a01ccbef94775eb17097 (patch)
tree5c997918fc2fe56edaa7182b7883f64b7c217aec /Mk
parentff1b2dcd4e2957f34ff43b4b87f4b57af1e3d794 (diff)
downloadmarcuscom-ports-6a8c993f10494283b810a01ccbef94775eb17097.tar
marcuscom-ports-6a8c993f10494283b810a01ccbef94775eb17097.tar.gz
marcuscom-ports-6a8c993f10494283b810a01ccbef94775eb17097.tar.bz2
marcuscom-ports-6a8c993f10494283b810a01ccbef94775eb17097.tar.lz
marcuscom-ports-6a8c993f10494283b810a01ccbef94775eb17097.tar.xz
marcuscom-ports-6a8c993f10494283b810a01ccbef94775eb17097.tar.zst
marcuscom-ports-6a8c993f10494283b810a01ccbef94775eb17097.zip
If bsd.gnome-experimental.mk exists, include it as overrides.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@2712 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'Mk')
-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