From 6a8c993f10494283b810a01ccbef94775eb17097 Mon Sep 17 00:00:00 2001 From: adamw Date: Thu, 26 Aug 2004 19:23:07 +0000 Subject: 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 --- Mk/bsd.gnome.mk | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'Mk') 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 +.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 -- cgit v1.2.3