Date: Sun, 22 Oct 2000 22:56:33 +0600 (YEKST) From: Anton Voronin <anton@urc.ac.ru> To: ports@freebsd.org Subject: HAVE_GTK and HAVE_GNOME Message-ID: <Pine.BSF.4.10.10010222244430.292-100000@belle.rnoc-dialup.urc.ac.ru>
next in thread | raw e-mail | index | archive | help
Greetings! I've noticed the funny thing: if I build Gnome and don't have HAVE_GNOME make variable defined (because I build it the first time and don't have it on the system), but have HAVE_GTK=yes in my /etc/make.conf, then all the gnome packages are named with -gtk suffix instead of -gnome. This looks incorrect because after I've built gnome, I've added HAVE_GNOME=yes to /etc/make.conf, and then all the gnome-dependant packages (like gnomeicu) began to reister their dependencies for gnome components with -gnome suffix, while those are named with -gtk... Wouldn't it be better to make an exception for packages that have USE_GNOME=yes and which the gnome package is depending on, to name them with -gnome suffix even if HAVE_GNOME is not defined? Regards, Anton Anton Voronin Ural Regional Center of FREEnet, Southern Ural State University, Chelyabinsk, Russia To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.10.10010222244430.292-100000>