diff options
author | Mikael Hallendal <hallski@gentoo.org> | 2001-10-24 14:17:09 +0000 |
---|---|---|
committer | Mikael Hallendal <hallski@gentoo.org> | 2001-10-24 14:17:09 +0000 |
commit | 79b1ff22e4ce17c7e52b61ab89d5a971ad492cea (patch) | |
tree | 17e53144590e05b68f71f1c92cbd9350989978df /net-www | |
parent | removed mozilla-bin, the correct way to do this would be to use --buildpkg an... (diff) | |
download | historical-79b1ff22e4ce17c7e52b61ab89d5a971ad492cea.tar.gz historical-79b1ff22e4ce17c7e52b61ab89d5a971ad492cea.tar.bz2 historical-79b1ff22e4ce17c7e52b61ab89d5a971ad492cea.zip |
added --disable-applet
Diffstat (limited to 'net-www')
-rw-r--r-- | net-www/galeon/galeon-0.12.5-r1.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net-www/galeon/galeon-0.12.5-r1.ebuild b/net-www/galeon/galeon-0.12.5-r1.ebuild index 01c1516119ff..daa25324a16d 100644 --- a/net-www/galeon/galeon-0.12.5-r1.ebuild +++ b/net-www/galeon/galeon-0.12.5-r1.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/net-www/galeon/galeon-0.12.5-r1.ebuild,v 1.1 2001/10/23 15:16:10 hallski Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/galeon/galeon-0.12.5-r1.ebuild,v 1.2 2001/10/24 14:17:09 hallski Exp $ S=${WORKDIR}/${P} DESCRIPTION="A small webbrowser for gnome that uses mozillas render engine" @@ -34,6 +34,7 @@ src_compile() { --with-mozilla-includes=${MOZILLA_FIVE_HOME}/include \ --with-gnome \ --without-debug \ + --disable-applet \ --enable-gnome-file-selector \ $myconf || die |