diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-09-04 03:48:04 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-09-04 03:48:04 +0000 |
commit | 254151a5053092b37fea72ba1915da21b2790c1a (patch) | |
tree | 9ad479ee89dcea2e18fb49072bc55213a0734b02 | |
parent | Fix compilation on systems <= 4.4. (diff) |
Back out the previous commit. It was not approved, looks like was an
accidental commit based on the commit log, and was committed to the
deprecated macros section.
-rw-r--r-- | Mk/bsd.gnome.mk | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Mk/bsd.gnome.mk b/Mk/bsd.gnome.mk index fe2b4992b5dd..61e045976615 100644 --- a/Mk/bsd.gnome.mk +++ b/Mk/bsd.gnome.mk @@ -464,7 +464,6 @@ HAVE_GNOME+= ${component} # backward compatibility with old ports that have not converted to the new # GNOME infrastructure. .if defined(USE_GTK) -USE_XLIB= yes USE_GNOME+= gtk12 .endif # End of obsolete macros |