diff options
author | joerg <joerg> | 2006-05-28 15:16:10 +0000 |
---|---|---|
committer | joerg <joerg> | 2006-05-28 15:16:10 +0000 |
commit | 597cd62cdbaecc3d4a31bfb157c2a0637701523d (patch) | |
tree | c6e07f7092bd0f05c55973716e657639d6b78785 /geography/vis5d+ | |
parent | 61799433ed9983b484f09ea92aed46925b1b3778 (diff) | |
download | pkgsrc-597cd62cdbaecc3d4a31bfb157c2a0637701523d.tar.gz |
Uses Fortran.
Diffstat (limited to 'geography/vis5d+')
-rw-r--r-- | geography/vis5d+/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/geography/vis5d+/Makefile b/geography/vis5d+/Makefile index 22c772051d6..4253e136819 100644 --- a/geography/vis5d+/Makefile +++ b/geography/vis5d+/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2006/05/25 14:39:56 wiz Exp $ +# $NetBSD: Makefile,v 1.12 2006/05/28 15:16:10 joerg Exp $ # DISTNAME= vis5d+-1.2.1 @@ -10,7 +10,7 @@ MAINTAINER= hdp@nmsu.edu HOMEPAGE= http://vis5d.sourceforge.net/ COMMENT= Volumetric Visualization program for scientific datasets -USE_LANGUAGES= c c++ +USE_LANGUAGES= c c++ fortran USE_LIBTOOL= yes USE_PKGLOCALEDIR= yes USE_TOOLS+= msgfmt |