summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-cpp/gconfmm/gconfmm-2.6.1.ebuild')
-rw-r--r--dev-cpp/gconfmm/gconfmm-2.6.1.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-cpp/gconfmm/gconfmm-2.6.1.ebuild b/dev-cpp/gconfmm/gconfmm-2.6.1.ebuild
index 0cf4f3f75e4e..c8e07d8e2119 100644
--- a/dev-cpp/gconfmm/gconfmm-2.6.1.ebuild
+++ b/dev-cpp/gconfmm/gconfmm-2.6.1.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/dev-cpp/gconfmm/gconfmm-2.6.1.ebuild,v 1.11 2005/01/01 17:25:48 eradicator Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-cpp/gconfmm/gconfmm-2.6.1.ebuild,v 1.12 2005/02/10 06:54:46 joem Exp $
IUSE=""
@@ -20,14 +20,14 @@ RDEPEND=">=gnome-base/gconf-2.4
DEPEND=">=dev-util/pkgconfig-0.12.0
${RDEPEND}"
-ELTCONF="--force --copy"
+
DOCS="AUTHORS COPYING* ChangeLog NEWS README INSTALL"
src_compile() {
if [ "${ARCH}" = "amd64" ]; then
aclocal -I scripts
- elibtoolize
+ libtoolize --force --copy
automake -c -f
autoconf
fi