summaryrefslogtreecommitdiff
path: root/Mk
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2003-04-08 01:11:35 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2003-04-08 01:11:35 +0000
commite2a8beadf54ecfd9d5a2b019f4c08275f299475b (patch)
tree8b6ef04c08827559689094f2a1f22492b3f5a1dd /Mk
parentConvert to new GNOME infrastructure. (diff)
Append to USE_GNOME when dealing with the obsolete macros. This will
allow old ports that check to see if HAVE_GNOME is simply defined to still work.
Notes
Notes: svn path=/head/; revision=78568
Diffstat (limited to 'Mk')
-rw-r--r--Mk/bsd.gnome.mk8
1 files changed, 4 insertions, 4 deletions
diff --git a/Mk/bsd.gnome.mk b/Mk/bsd.gnome.mk
index a4b61b8e8e5a..f7d03b372e7c 100644
--- a/Mk/bsd.gnome.mk
+++ b/Mk/bsd.gnome.mk
@@ -435,13 +435,13 @@ HAVE_GNOME+= ${component}
# backward compatibility with old ports that have not converted to the new
# GNOME infrastructure.
.if defined(USE_GTK)
-USE_GNOME= gtk12
+USE_GNOME+= gtk12
.endif
.if defined(USE_ESOUND)
-USE_GNOME= esound
+USE_GNOME+= esound
.endif
.if defined(USE_IMLIB)
-USE_GNOME= imlib
+USE_GNOME+= imlib
.endif
# End of obsolete macros
@@ -449,7 +449,7 @@ USE_GNOME= imlib
# 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+=gnomeprefix gnomehack gtkhtml libpanel
. endif
# Set a reasonable (overrideable) configure target for GNOME apps.