summaryrefslogtreecommitdiffstats
path: root/Mk
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2003-06-30 06:42:56 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2003-06-30 06:42:56 +0800
commitb050c9dd2fbb2785fdcf3436a6afce34d3df45a9 (patch)
treecea3c13ba712f6c216ad7eb9aa95a970813cda20 /Mk
parentbe51ffa41d847862d578e27ef747b890adf926af (diff)
downloadmarcuscom-ports-b050c9dd2fbb2785fdcf3436a6afce34d3df45a9.tar
marcuscom-ports-b050c9dd2fbb2785fdcf3436a6afce34d3df45a9.tar.gz
marcuscom-ports-b050c9dd2fbb2785fdcf3436a6afce34d3df45a9.tar.bz2
marcuscom-ports-b050c9dd2fbb2785fdcf3436a6afce34d3df45a9.tar.lz
marcuscom-ports-b050c9dd2fbb2785fdcf3436a6afce34d3df45a9.tar.xz
marcuscom-ports-b050c9dd2fbb2785fdcf3436a6afce34d3df45a9.tar.zst
marcuscom-ports-b050c9dd2fbb2785fdcf3436a6afce34d3df45a9.zip
Make sure USE_GNOME does not contain yes.
Obtained from: FreeBSD CVS git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@937 df743ca5-7f9a-e211-a948-0013205c9059
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 4ffa150db..43b216d0d 100644
--- a/Mk/bsd.gnome.mk
+++ b/Mk/bsd.gnome.mk
@@ -474,7 +474,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