summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-sci/vis5d+')
-rw-r--r--app-sci/vis5d+/Manifest2
-rw-r--r--app-sci/vis5d+/vis5d+-1.2.1.ebuild8
2 files changed, 5 insertions, 5 deletions
diff --git a/app-sci/vis5d+/Manifest b/app-sci/vis5d+/Manifest
index 7216dda948d0..b4a8f72ffcec 100644
--- a/app-sci/vis5d+/Manifest
+++ b/app-sci/vis5d+/Manifest
@@ -1,4 +1,4 @@
MD5 45484221ca7676a98341ca688bdb5a60 ChangeLog 513
-MD5 9e376e2ce4dbb93cbf64c497fc005a81 vis5d+-1.2.1.ebuild 800
+MD5 57d6cca29f5a1b2601d79f3d3297aec6 vis5d+-1.2.1.ebuild 799
MD5 8c623e53daafa025137077c6b65815bd metadata.xml 156
MD5 4ba00dc3561f9518c8cbdf91d83e1b5b files/digest-vis5d+-1.2.1 65
diff --git a/app-sci/vis5d+/vis5d+-1.2.1.ebuild b/app-sci/vis5d+/vis5d+-1.2.1.ebuild
index cc55b257f5cb..459fdf7da7fe 100644
--- a/app-sci/vis5d+/vis5d+-1.2.1.ebuild
+++ b/app-sci/vis5d+/vis5d+-1.2.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-sci/vis5d+/vis5d+-1.2.1.ebuild,v 1.4 2003/02/13 09:26:33 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-sci/vis5d+/vis5d+-1.2.1.ebuild,v 1.5 2003/09/06 22:23:06 msterret Exp $
S=${WORKDIR}/${P}
DESCRIPTION="3dimensional weather modeling software"
@@ -12,7 +12,7 @@ HOMEPAGE="http://vis5d.sourceforge.net"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="x86"
-
+
DEPEND=">=app-sci/netcdf-3.5.0"
PROVIDE="app-sci/vis5d+"
@@ -24,7 +24,7 @@ src_compile() {
--prefix=/usr \
--without-mixkit \
--enable-threads || die "./configure failed"
-
+
emake || die "emake failed"
}
@@ -34,7 +34,7 @@ src_install () {
make DESTDIR=${D} install || die
dodoc README NEWS INSTALL ChangeLog COPYING PORTING \
- AUTHORS ABOUT-NLS
+ AUTHORS ABOUT-NLS
}