From owner-freebsd-ports Tue Feb 6 10:30:27 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5215D37B4EC for ; Tue, 6 Feb 2001 10:30:06 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f16IU6n69512; Tue, 6 Feb 2001 10:30:06 -0800 (PST) (envelope-from gnats) Date: Tue, 6 Feb 2001 10:30:06 -0800 (PST) Message-Id: <200102061830.f16IU6n69512@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Ade Lovett Subject: Re: ports/24908: using m4 instead of gnu m4, and did not find gtk Reply-To: Ade Lovett Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/24908; it has been noted by GNATS. From: Ade Lovett To: e-devil@e-devil.org Cc: FreeBSD-gnats-submit@freebsd.org Subject: Re: ports/24908: using m4 instead of gnu m4, and did not find gtk Date: Tue, 6 Feb 2001 12:28:50 -0600 On Tue, Feb 06, 2001 at 07:04:30PM +0100, e-devil@e-devil.org wrote: > > +- GTK_CONFIG=$gtk_config_exec_prefix/bin/gtk-config > ++ GTK_CONFIG=$gtk_config_exec_prefix/bin/gtk12-config These are all wrong. All you (generally) need is the following in the Makefile. USE_GTK= yes or perhaps WANT_GTK= yes if you want it conditionally, which will set GTK_CONFIG and a few other things appropriately. It's possible that the configure script then goes on and blindly uses gtk-config, as opposed to ${GTK_CONFIG}, but those seem to be getting fewer and fewer. Fortunately. In addition, if you need to use gnu m4, then you'll need either a build or runtime (or both) dependency to gm4:${PORTSDIR}/devel/m4 -aDe -- Ade Lovett, Austin, TX. ade@FreeBSD.org FreeBSD: The Power to Serve http://www.FreeBSD.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message