From owner-cvs-ports@FreeBSD.ORG Thu May 12 21:07:31 2005 Return-Path: Delivered-To: cvs-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E783F16A4CE; Thu, 12 May 2005 21:07:31 +0000 (GMT) Received: from neo.samodelkin.net (samodelkin.net [195.62.0.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id 06D8543D4C; Thu, 12 May 2005 21:07:31 +0000 (GMT) (envelope-from fjoe@neo.samodelkin.net) Received: by neo.samodelkin.net (Postfix, from userid 1000) id 77E6417087; Fri, 13 May 2005 04:07:27 +0700 (NOVST) Date: Fri, 13 May 2005 04:07:27 +0700 From: Max Khon To: Kirill Ponomarew Message-ID: <20050512210727.GA45855@samodelkin.net> References: <200505122059.j4CKxGYI008314@repoman.freebsd.org> <20050512210336.GC65500@voodoo.oberon.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20050512210336.GC65500@voodoo.oberon.net> User-Agent: Mutt/1.4.2i cc: fjoe@FreeBSD.org cc: cvs-ports@FreeBSD.org cc: cvs-all@FreeBSD.org cc: ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/x11-toolkits/py-wxPython24 Makefile X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 May 2005 21:07:32 -0000 Hi! On Thu, May 12, 2005 at 11:03:36PM +0200, Kirill Ponomarew wrote: > > krion 2005-05-12 20:59:16 UTC > > > > FreeBSD ports repository > > > > Modified files: > > x11-toolkits/py-wxPython24 Makefile > > Log: > > Fix INDEX build. > > > > | PORTNAME= wxPython > > | @@ -48,7 +48,7 @@ post-install: > > | .include > > | > > | .if !defined(WITH_GTK1) > > | -LIB_DEPENDS= wx_gtk2-2.4.0:${PORTSDIR}/x11-toolkits/wxgtk2 > > | +LIB_DEPENDS= wx_gtk2-2.4.0:${PORTSDIR}/x11-toolkits/wxgtk24 > > | WX_CONFIG= ${X11BASE}/bin/wxgtk2-2.4-config > > Max, it's only partial fix, just to prevent INDEX failure. Could > you please do the rest stuff ? My bad. Should be fixed now. /fjoe