summaryrefslogtreecommitdiffstats
path: root/Mk
diff options
context:
space:
mode:
authormarcus <marcus@FreeBSD.org>2003-06-29 22:41:55 +0000
committermarcus <marcus@FreeBSD.org>2003-06-29 22:41:55 +0000
commit943ff0ef46f8ac46b8ebabe2b626114f97eaf41a (patch)
tree98140581be3c74eec0de3833b4367fc13bd871fe /Mk
parentf7e408a7a39548a9acc7902b61951c10036e504d (diff)
downloadFreeBSD-ports-943ff0ef46f8ac46b8ebabe2b626114f97eaf41a.zip
FreeBSD-ports-943ff0ef46f8ac46b8ebabe2b626114f97eaf41a.tar.gz
Fix a bug where by "yes" would still be included in USE_GNOME for older
ports. Spotted by: arved
Diffstat (limited to 'Mk')
-rw-r--r--Mk/bsd.gnome.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/Mk/bsd.gnome.mk b/Mk/bsd.gnome.mk
index 06b7fce..62edced 100644
--- a/Mk/bsd.gnome.mk
+++ b/Mk/bsd.gnome.mk
@@ -477,7 +477,8 @@ USE_GNOME+= gtk12
# Hack USE_GNOME to the modular infrastructure for port maintainers that
# didn't do so themselves. New ports should NOT set USE_GNOME=yes.
. if ${USE_GNOME}=="yes"
-USE_GNOME+=gnomeprefix gnomehack gtkhtml libpanel
+USE_GNOME:= ${USE_GNOME:S/yes//}
+USE_GNOME+= gnomeprefix gnomehack gtkhtml libpanel
. endif
# First of all expand all USE_GNOME_IMPL recursively
OpenPOWER on IntegriCloud