use_gnomeng

Pete Fritchman petef at FreeBSD.org
Sun Apr 20 15:23:28 PDT 2003


++ 20/04/03 15:19 -0700 - Doug Barton:
| > > However, Doug, if somebody uses USE_GTK instead of USE_GNOME=gtk12, they
| > > are also then unable to use other useful gnome macros such as
| > > gnomeprefix and gnomehack.
| 
| I'm talking about apps which use gtk that don't use any part of gnome.
| There seems to be a common misconception that gtk is part of gnome. It
| isn't. Ports that ONLY need gtk should not be dragging a bunch of gnome
| stuff in with it.

... and they don't.  Take the centericq port for example:

pluto.sac(/usr/ports/net/centericq) [120] > grep GNOME Makefile
USE_GNOMENG=    yes
USE_GNOME=      glib12
pluto.sac(/usr/ports/net/centericq) [121] > make all-depends-list
/usr/ports/converters/libiconv
/usr/ports/devel/gettext
/usr/ports/devel/glib12
/usr/ports/devel/gmake
/usr/ports/devel/libtool
/usr/ports/devel/pkgconfig
/usr/ports/textproc/expat2
pluto.sac(/usr/ports/net/centericq) [122] > 

Just glib and it's dependencies are added, not all of gnome.

--pete


More information about the freebsd-ports mailing list