diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2005-11-08 04:31:31 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2005-11-08 04:31:31 +0800 |
commit | fa16a1027be7340f42b0455d4227224e9df052e9 (patch) | |
tree | 833d78fd87bd99921c5685998411033da1b0c685 /Mk | |
parent | 41a52bba2549cadab392cda41430d42b84b501b5 (diff) | |
download | marcuscom-ports-fa16a1027be7340f42b0455d4227224e9df052e9.tar.gz marcuscom-ports-fa16a1027be7340f42b0455d4227224e9df052e9.tar.zst marcuscom-ports-fa16a1027be7340f42b0455d4227224e9df052e9.zip |
Remove .warning to fix INDEX builds on 4.X.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@5083 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'Mk')
-rw-r--r-- | Mk/bsd.gnome.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Mk/bsd.gnome.mk b/Mk/bsd.gnome.mk index b587e7279..1f8fbb859 100644 --- a/Mk/bsd.gnome.mk +++ b/Mk/bsd.gnome.mk @@ -3,7 +3,7 @@ # # $FreeBSD$ # $NetBSD: $ -# $MCom: ports/Mk/bsd.gnome.mk,v 1.334 2005/10/23 16:37:47 marcus Exp $ +# $MCom: ports/Mk/bsd.gnome.mk,v 1.335 2005/11/06 02:55:14 ahze Exp $ # # Please view me with 4 column tabs! @@ -575,7 +575,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 @@ -584,7 +584,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 |