diff options
author | marcus <marcus@FreeBSD.org> | 2003-04-06 05:15:25 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2003-04-06 05:15:25 +0800 |
commit | 059220e463ce4be9b5413512e5f5b363c2c8cae9 (patch) | |
tree | 9035f4305827b930df642df712efcbd88b2b32f6 /Mk/bsd.gnome.mk | |
parent | 4d80dee28d7904d859275f5783f53ab9b855a0f6 (diff) | |
download | freebsd-ports-gnome-059220e463ce4be9b5413512e5f5b363c2c8cae9.tar.gz freebsd-ports-gnome-059220e463ce4be9b5413512e5f5b363c2c8cae9.tar.zst freebsd-ports-gnome-059220e463ce4be9b5413512e5f5b363c2c8cae9.zip |
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 |