diff options
Diffstat (limited to 'net-irc/xchat/xchat-1.8.11.ebuild')
-rw-r--r-- | net-irc/xchat/xchat-1.8.11.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-irc/xchat/xchat-1.8.11.ebuild b/net-irc/xchat/xchat-1.8.11.ebuild index 603cf0194299..0cffb5878485 100644 --- a/net-irc/xchat/xchat-1.8.11.ebuild +++ b/net-irc/xchat/xchat-1.8.11.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.ebuild,v 1.13 2004/05/29 16:16:28 pvdabeel Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/xchat/xchat-1.8.11.ebuild,v 1.14 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" \ |