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 | 7fe70dcf033c9e0b6d4c99628027f469a4a3c889 (patch) | |
tree | d6b1e8f3148c24b8494502d2ee066154380790d4 /geography | |
parent | e91ec5a1a2a3fcaf8f88f4c33aa0833875d98d66 (diff) | |
download | pkgsrc-7fe70dcf033c9e0b6d4c99628027f469a4a3c889.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 |