From owner-freebsd-questions@FreeBSD.ORG Sun Jun 20 11:04:25 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BDFAC16A4CE for ; Sun, 20 Jun 2004 11:04:25 +0000 (GMT) Received: from moutng.kundenserver.de (moutng.kundenserver.de [212.227.126.171]) by mx1.FreeBSD.org (Postfix) with ESMTP id 638D143D1D for ; Sun, 20 Jun 2004 11:04:25 +0000 (GMT) (envelope-from jan.muenther@nruns.com) Received: from [212.227.126.155] (helo=mrelayng.kundenserver.de) by moutng.kundenserver.de with esmtp (Exim 3.35 #1) id 1Bc07B-0007GR-00; Sun, 20 Jun 2004 13:03:57 +0200 Received: from [212.202.43.252] (helo=localghost.muenther.de) by mrelayng.kundenserver.de with asmtp (Exim 3.35 #1) id 1Bc07B-0006rW-00; Sun, 20 Jun 2004 13:03:57 +0200 Received: by localghost.muenther.de (Postfix, from userid 1001) id 96C3E21E8A0; Sun, 20 Jun 2004 13:04:25 +0200 (CEST) Date: Sun, 20 Jun 2004 13:04:25 +0200 From: Jan Muenther To: Marco Beishuizen Message-ID: <20040620110425.GA1199@localghost.muenther.de> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.2.1i X-Provags-ID: kundenserver.de abuse@kundenserver.de auth:9a8a46f2b40f7808f7699def63624ac2 cc: FreeBSD questions mailing list Subject: Re: installing gFTP with gtk12 instead of gtk20 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Jun 2004 11:04:25 -0000 > I'm trying to install gFTP from the ports. When I do a make install, it > constantly wants to install gtk20 instead of gtk12. Gtk20 isn't installed > on my machine due to errors during the build, but gtk12 is installed. > > According to the gFTP website it shouldn't be a problem to install gFTP > with gtk12, so how do I force the gFTP-port to install it with gtk12 > instead of gtk20? Interesting, from how I interpret the Makefile, I'd think 1.2 would be the default... anyway try 'make -DWITH_GTK2=NO' and see if it works... Cheers, J.