diff options
author | wiz <wiz@pkgsrc.org> | 2006-05-25 14:39:56 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2006-05-25 14:39:56 +0000 |
commit | 0ed2a1d79b15f517fff32e5f1de8cffb58c5e80d (patch) | |
tree | d6b1e8f3148c24b8494502d2ee066154380790d4 /geography | |
parent | 2382f0554f98e323fbcfbdc4f22d78abe639e115 (diff) | |
download | pkgsrc-0ed2a1d79b15f517fff32e5f1de8cffb58c5e80d.tar.gz |
USE_LANGUAGES=c c++
XXX: does not build for me with:
main.c:57: error: `F77_FUNC' declared as function returning a function
Diffstat (limited to 'geography')
-rw-r--r-- | geography/vis5d+/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/geography/vis5d+/Makefile b/geography/vis5d+/Makefile index da4af96ce49..22c772051d6 100644 --- a/geography/vis5d+/Makefile +++ b/geography/vis5d+/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2006/05/11 11:05:54 rillig Exp $ +# $NetBSD: Makefile,v 1.11 2006/05/25 14:39:56 wiz Exp $ # DISTNAME= vis5d+-1.2.1 @@ -10,6 +10,7 @@ MAINTAINER= hdp@nmsu.edu HOMEPAGE= http://vis5d.sourceforge.net/ COMMENT= Volumetric Visualization program for scientific datasets +USE_LANGUAGES= c c++ USE_LIBTOOL= yes USE_PKGLOCALEDIR= yes USE_TOOLS+= msgfmt |