summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Arnold <nerdboy@gentoo.org>2008-02-04 16:58:56 +0000
committerSteve Arnold <nerdboy@gentoo.org>2008-02-04 16:58:56 +0000
commit3195927dc5d2d290c2363edf8bda6e0392c0b44b (patch)
tree778483e2f8a1fc6c9c7a65a7575bd4a1eb72c556 /sci-libs/libgeotiff/libgeotiff-1.2.4.ebuild
parentnew upstream release. (diff)
downloadgentoo-2-3195927dc5d2d290c2363edf8bda6e0392c0b44b.tar.gz
gentoo-2-3195927dc5d2d290c2363edf8bda6e0392c0b44b.tar.bz2
gentoo-2-3195927dc5d2d290c2363edf8bda6e0392c0b44b.zip
updated to use emake and corrected autotools usage
(Portage version: 2.1.4.1)
Diffstat (limited to 'sci-libs/libgeotiff/libgeotiff-1.2.4.ebuild')
-rw-r--r--sci-libs/libgeotiff/libgeotiff-1.2.4.ebuild8
1 files changed, 4 insertions, 4 deletions
diff --git a/sci-libs/libgeotiff/libgeotiff-1.2.4.ebuild b/sci-libs/libgeotiff/libgeotiff-1.2.4.ebuild
index d1a98cf289fa..67751a334c84 100644
--- a/sci-libs/libgeotiff/libgeotiff-1.2.4.ebuild
+++ b/sci-libs/libgeotiff/libgeotiff-1.2.4.ebuild
@@ -1,6 +1,8 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/libgeotiff/libgeotiff-1.2.4.ebuild,v 1.3 2008/02/04 16:44:05 nerdboy Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/libgeotiff/libgeotiff-1.2.4.ebuild,v 1.4 2008/02/04 16:58:56 nerdboy Exp $
+
+WANT_AUTOCONF="latest"
inherit autotools eutils flag-o-matic
@@ -18,8 +20,6 @@ DEPEND="virtual/libc
sci-libs/proj
doc? ( app-doc/doxygen )"
-WANT_AUTOCONF="latest"
-
src_unpack() {
unpack ${A}
cd "${S}"
@@ -34,7 +34,7 @@ src_compile() {
emake -j1 || die "emake failed"
if use doc; then
- make dox || die "make dox failed"
+ emake dox || die "emake dox failed"
fi
}