summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <msterret@gentoo.org>2003-09-07 00:24:03 +0000
committerMichael Sterrett <msterret@gentoo.org>2003-09-07 00:24:03 +0000
commit9b5fc27743d0f914f049b5abbd424a68fa496560 (patch)
tree893c9c4b145787e74faefd9ef989620af3e67939 /x11-libs/wxGTK/wxGTK-2.4.0.ebuild
parentheader fix (diff)
downloadgentoo-2-9b5fc27743d0f914f049b5abbd424a68fa496560.tar.gz
gentoo-2-9b5fc27743d0f914f049b5abbd424a68fa496560.tar.bz2
gentoo-2-9b5fc27743d0f914f049b5abbd424a68fa496560.zip
repoman: trim trailing whitespace
Diffstat (limited to 'x11-libs/wxGTK/wxGTK-2.4.0.ebuild')
-rw-r--r--x11-libs/wxGTK/wxGTK-2.4.0.ebuild12
1 files changed, 6 insertions, 6 deletions
diff --git a/x11-libs/wxGTK/wxGTK-2.4.0.ebuild b/x11-libs/wxGTK/wxGTK-2.4.0.ebuild
index 84b1f1b482dd..c578478cd1bb 100644
--- a/x11-libs/wxGTK/wxGTK-2.4.0.ebuild
+++ b/x11-libs/wxGTK/wxGTK-2.4.0.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/wxGTK/wxGTK-2.4.0.ebuild,v 1.10 2003/05/07 13:04:34 liquidx Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/wxGTK/wxGTK-2.4.0.ebuild,v 1.11 2003/09/07 00:23:28 msterret Exp $
DESCRIPTION="GTK+ version of wxWindows, a cross-platform C++ GUI toolkit."
SRC_URI="mirror://sourceforge/wxwindows/${P}.tar.bz2"
@@ -22,7 +22,7 @@ DEPEND="virtual/glibc
odbc? ( dev-db/unixODBC )
opengl? ( virtual/opengl )
gtk2? ( >=x11-libs/gtk+-2.0* dev-libs/libunicode ) : ( =x11-libs/gtk+-1.2* )"
-
+
RDEPEND="nls? ( sys-devel/gettext )"
pkg_setup() {
@@ -43,7 +43,7 @@ src_compile() {
#The build tools include a --with-freetype option, however it doesn't
#seem to be implemented in the source yet.
-
+
#confiure options that have corresponding USE variable.
use static \
@@ -73,15 +73,15 @@ src_compile() {
|| myconf="${myconf} --without-opengl"
myconf="${myconf} --with-x --with-gtk"
-
+
# here we disable unicode support even thought gtk2 supports it
# because too many apps just don't follow the wxWindows guidelines
- # for unicode support.
+ # for unicode support.
#
# http://www.wxwindows.org/manuals/2.4.0/wx458.htm#unicode
#
# ref #20116 - liquidx@gentoo.org (07 May 2003)
-
+
#use gtk2 && myconf="${myconf} --enable-gtk2 --enable-unicode"
use gtk2 && myconf="${myconf} --enable-gtk2"