diff options
author | Guillaume Destuynder <kang@gentoo.org> | 2005-03-14 18:12:11 +0000 |
---|---|---|
committer | Guillaume Destuynder <kang@gentoo.org> | 2005-03-14 18:12:11 +0000 |
commit | f143f9bfb732a8793d00423c673f29f4e27dcac9 (patch) | |
tree | 614a285ce9b2f0e1361bab87e8b0b3d4fe06313f /net-p2p/mhxd/mhxd-0.4.10.ebuild | |
parent | Minor change: $P => $PF (diff) | |
download | gentoo-2-f143f9bfb732a8793d00423c673f29f4e27dcac9.tar.gz gentoo-2-f143f9bfb732a8793d00423c673f29f4e27dcac9.tar.bz2 gentoo-2-f143f9bfb732a8793d00423c673f29f4e27dcac9.zip |
Fixes libtoolization.
(Portage version: 2.0.51.19)
Diffstat (limited to 'net-p2p/mhxd/mhxd-0.4.10.ebuild')
-rw-r--r-- | net-p2p/mhxd/mhxd-0.4.10.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net-p2p/mhxd/mhxd-0.4.10.ebuild b/net-p2p/mhxd/mhxd-0.4.10.ebuild index 435d18f11d22..39d427f34fdc 100644 --- a/net-p2p/mhxd/mhxd-0.4.10.ebuild +++ b/net-p2p/mhxd/mhxd-0.4.10.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/mhxd/mhxd-0.4.10.ebuild,v 1.3 2005/01/30 23:02:39 kang Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/mhxd/mhxd-0.4.10.ebuild,v 1.4 2005/03/14 18:12:11 kang Exp $ inherit eutils @@ -21,6 +21,7 @@ DEPEND="virtual/libc SLOT="0" src_compile() { + libtoolize --copy --force econf \ `use_enable ssl idea` \ `use_enable ssl cipher` \ |