aboutsummaryrefslogtreecommitdiff
path: root/Mk/bsd.gnome.mk
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2005-11-05 15:15:21 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2005-11-05 15:15:21 +0000
commit88bd438cb727d9301a7f38405a2b69df4e7aeaed (patch)
treea0b8af56be3468bc41d9ea663e93049f89ae3c74 /Mk/bsd.gnome.mk
parent1c1ad8c8476bb51e5bb02e1ee58d00ae1526f7f0 (diff)
downloadports-88bd438cb727d9301a7f38405a2b69df4e7aeaed.tar.gz
ports-88bd438cb727d9301a7f38405a2b69df4e7aeaed.zip
Notes
Diffstat (limited to 'Mk/bsd.gnome.mk')
-rw-r--r--Mk/bsd.gnome.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/Mk/bsd.gnome.mk b/Mk/bsd.gnome.mk
index 3aff67b6f79f..a17d2246fcdf 100644
--- a/Mk/bsd.gnome.mk
+++ b/Mk/bsd.gnome.mk
@@ -567,7 +567,7 @@ Gnome_Post_Include= bsd.gnome.mk
# backward compatibility with old ports that have not converted to the new
# GNOME infrastructure.
.if defined(USE_GTK)
-.warning The USE_GTK macro is deprecated. It should be replaced by USE_GNOME=gtk12.
+#.warning The USE_GTK macro is deprecated. It should be replaced by USE_GNOME=gtk12.
USE_GNOME+= gtk12
.endif
# End of obsolete macros
@@ -576,7 +576,7 @@ 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"
-.warning The USE_GNOME=yes component is deprecated. It should be replaced by some combination of gnomeprefix, gnomehack, and gtkhtml
+#.warning The USE_GNOME=yes component is deprecated. It should be replaced by some combination of gnomeprefix, gnomehack, and gtkhtml
USE_GNOME:= ${USE_GNOME:S/yes//}
USE_GNOME+= gnomeprefix gnomehack gtkhtml
. endif