summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason Smathers <jsin@gentoo.org>2007-12-25 05:38:16 +0000
committerJason Smathers <jsin@gentoo.org>2007-12-25 05:38:16 +0000
commit02e491b11a81012f30a3b84bf631a6939c70c88d (patch)
treeb22cc034588d54ff53ed4276e622dc5581e62316 /net-ftp/filezilla
parentadd cardoe's patches (diff)
downloadgentoo-2-02e491b11a81012f30a3b84bf631a6939c70c88d.tar.gz
gentoo-2-02e491b11a81012f30a3b84bf631a6939c70c88d.tar.bz2
gentoo-2-02e491b11a81012f30a3b84bf631a6939c70c88d.zip
WXRC loving now in eselect-wxwidgets-0.7-r1
(Portage version: 2.1.3.19)
Diffstat (limited to 'net-ftp/filezilla')
-rw-r--r--net-ftp/filezilla/ChangeLog5
-rw-r--r--net-ftp/filezilla/filezilla-3.0.4.ebuild10
2 files changed, 8 insertions, 7 deletions
diff --git a/net-ftp/filezilla/ChangeLog b/net-ftp/filezilla/ChangeLog
index ade301743f3b..5a2f60f3fcad 100644
--- a/net-ftp/filezilla/ChangeLog
+++ b/net-ftp/filezilla/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for net-ftp/filezilla
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-ftp/filezilla/ChangeLog,v 1.3 2007/12/23 02:29:10 jsin Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-ftp/filezilla/ChangeLog,v 1.4 2007/12/25 05:38:16 jsin Exp $
+
+ 25 Dec 2007; Jason Smathers <jsin@gentoo.org> filezilla-3.0.4.ebuild:
+ WXRC magic no longer required with eselect-wxwidgets-0.7-r1
23 Dec 2007; Jason Smathers <jsin@gentoo.org> filezilla-3.0.4.ebuild:
removed unicode use flag as it is the only option now
diff --git a/net-ftp/filezilla/filezilla-3.0.4.ebuild b/net-ftp/filezilla/filezilla-3.0.4.ebuild
index a8edb0cb948c..8c371f8eee17 100644
--- a/net-ftp/filezilla/filezilla-3.0.4.ebuild
+++ b/net-ftp/filezilla/filezilla-3.0.4.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-ftp/filezilla/filezilla-3.0.4.ebuild,v 1.3 2007/12/23 02:29:10 jsin Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-ftp/filezilla/filezilla-3.0.4.ebuild,v 1.4 2007/12/25 05:38:16 jsin Exp $
WX_GTK_VER="2.8"
@@ -19,7 +19,8 @@ KEYWORDS="~x86"
IUSE=""
RDEPEND="net-dns/libidn
- >=x11-libs/wxGTK-2.8.6"
+ >=x11-libs/wxGTK-2.8.6
+ >=app-admin/eselect-wxwidgets-0.7-r1"
DEPEND="${RDEPEND}
>=sys-devel/libtool-1.4
>=sys-devel/gettext-0.11
@@ -28,10 +29,7 @@ DEPEND="${RDEPEND}
S="${WORKDIR}"/${PN}-${MY_PV}
src_compile() {
- WXRC="/usr/bin/wxrc-2.8" econf \
- --with-wx-config="${WX_CONFIG}" \
- || die "econf failed"
-
+ econf || die "econf failed"
emake || die "emake failed"
}