diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-04-05 21:15:25 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-04-05 21:15:25 +0000 |
commit | 271ff010ff945b60b15a0376f23b9a02212457e8 (patch) | |
tree | 2fecc17b0cc423e741ddb7446917474f0a500c6e /Mk/bsd.gnome.mk | |
parent | Add missing doc files (diff) |
Remove USE_GLIB as the last hold-out, jabber-yahoo, has been converted to the
new infrastructure.
Diffstat (limited to 'Mk/bsd.gnome.mk')
-rw-r--r-- | Mk/bsd.gnome.mk | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Mk/bsd.gnome.mk b/Mk/bsd.gnome.mk index f9954f64734a..f2b296d01175 100644 --- a/Mk/bsd.gnome.mk +++ b/Mk/bsd.gnome.mk @@ -440,9 +440,6 @@ USE_GNOME= esound .if defined(USE_IMLIB) USE_GNOME= imlib .endif -.if defined(USE_GLIB) -USE_GNOME= glib12 -.endif # Hack USE_GNOME to the modular infrastructure for port maintainers that # didn't do so themselves. This will allow us to get rid of the old |