diff options
Diffstat (limited to 'net-irc/xchat/xchat-1.8.11-r1.ebuild')
-rw-r--r-- | net-irc/xchat/xchat-1.8.11-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-irc/xchat/xchat-1.8.11-r1.ebuild b/net-irc/xchat/xchat-1.8.11-r1.ebuild index 97e79eae912c..a39492b771b7 100644 --- a/net-irc/xchat/xchat-1.8.11-r1.ebuild +++ b/net-irc/xchat/xchat-1.8.11-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-irc/xchat/xchat-1.8.11-r1.ebuild,v 1.2 2004/05/29 16:16:28 pvdabeel Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/xchat/xchat-1.8.11-r1.ebuild,v 1.3 2004/06/10 19:38:40 agriffis Exp $ inherit eutils @@ -46,7 +46,7 @@ src_compile() { local myopts myflags - if [ ! `use perl` ]; then + if ! use perl; then use gnome \ && myopts="${myopts} --enable-gnome --enable-panel" \ CFLAGS="${CFLAGS} -I/usr/include/orbit-1.0" \ |