diff options
author | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2008-07-22 23:07:01 +0800 |
---|---|---|
committer | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2008-07-22 23:07:01 +0800 |
commit | 05a74b7a04eabb5de8ffd12f376109c629eba17d (patch) | |
tree | e83fe2f46daa12b3168707914eb35c8d1595fcf6 /Mk | |
parent | 187319444c91fcea6e4f6aba9d216e5f2eff5812 (diff) | |
download | marcuscom-ports-05a74b7a04eabb5de8ffd12f376109c629eba17d.tar marcuscom-ports-05a74b7a04eabb5de8ffd12f376109c629eba17d.tar.gz marcuscom-ports-05a74b7a04eabb5de8ffd12f376109c629eba17d.tar.bz2 marcuscom-ports-05a74b7a04eabb5de8ffd12f376109c629eba17d.tar.lz marcuscom-ports-05a74b7a04eabb5de8ffd12f376109c629eba17d.tar.xz marcuscom-ports-05a74b7a04eabb5de8ffd12f376109c629eba17d.tar.zst marcuscom-ports-05a74b7a04eabb5de8ffd12f376109c629eba17d.zip |
The USE_GTK has been removed from bsd.port.mk recently, so finally can remove
in here. We don't need this backward compatibility, since there is no port
that use USE_GTK.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@11144 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'Mk')
-rw-r--r-- | Mk/bsd.gnome.mk | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/Mk/bsd.gnome.mk b/Mk/bsd.gnome.mk index 0b360c60f..86442dc8d 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.462 2008/07/04 08:20:52 adamw Exp $ +# $MCom: ports/Mk/bsd.gnome.mk,v 1.463 2008/07/22 04:09:16 marcus Exp $ # # Please view me with 4 column tabs! @@ -632,15 +632,6 @@ Gnome_Post_Include= bsd.gnome.mk .error The Pre include part of bsd.gnome.mk part is not included. Did you forget WANT_GNOME=yes before bsd.port.pre.mk? .endif -# DO NOT USE THESE MACROS! They are obsolete, and only provided for -# 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. -USE_GNOME+= gtk12 -.endif -# End of obsolete macros - .if defined(USE_GNOME) # First of all expand all USE_GNOME_IMPL recursively . for component in ${_USE_GNOME_ALL} |