summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakub Moc <jakub@gentoo.org>2008-01-13 15:34:13 +0000
committerJakub Moc <jakub@gentoo.org>2008-01-13 15:34:13 +0000
commit3e6250223ce5a2b469c8ce339104cab2f0ed2bc7 (patch)
treecc2e42ff1db8dffb0bc88edaf3a034b17098c8da /net-misc/teardrop/teardrop-1.1.1.ebuild
parentgames-fps/vavoom: Fix wxGTK handling (diff)
downloadsunrise-3e6250223ce5a2b469c8ce339104cab2f0ed2bc7.tar.gz
sunrise-3e6250223ce5a2b469c8ce339104cab2f0ed2bc7.tar.bz2
sunrise-3e6250223ce5a2b469c8ce339104cab2f0ed2bc7.zip
drop useless need-wxwidgets check
svn path=/sunrise/; revision=5402
Diffstat (limited to 'net-misc/teardrop/teardrop-1.1.1.ebuild')
-rw-r--r--net-misc/teardrop/teardrop-1.1.1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/net-misc/teardrop/teardrop-1.1.1.ebuild b/net-misc/teardrop/teardrop-1.1.1.ebuild
index b57304e0c..752761ce9 100644
--- a/net-misc/teardrop/teardrop-1.1.1.ebuild
+++ b/net-misc/teardrop/teardrop-1.1.1.ebuild
@@ -22,7 +22,7 @@ DEPEND="virtual/libiconv
RDEPEND="${DEPEND}"
src_compile() {
- use unicode && need-wxwidgets unicode || need-wxwidgets gtk2
+ use unicode && need-wxwidgets unicode
econf --with-wx-config="${WX_CONFIG}"
emake || die "emake failed"