summaryrefslogtreecommitdiff
path: root/math/blitz++/Makefile
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2006-06-06 13:37:07 +0000
committerjoerg <joerg@pkgsrc.org>2006-06-06 13:37:07 +0000
commit6a2147dc51abc2704ed00abffc894d7f036e1149 (patch)
tree340c1cfe072e6dfd8f01fd535dfefc6496454a1c /math/blitz++/Makefile
parente3956b07eef90ec7f0814f102a9bb1be2790feb7 (diff)
downloadpkgsrc-6a2147dc51abc2704ed00abffc894d7f036e1149.tar.gz
Let configure use c++, it seems to work fine. Uses C++ and Fortran.
Never build doxygen docs.
Diffstat (limited to 'math/blitz++/Makefile')
-rw-r--r--math/blitz++/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/math/blitz++/Makefile b/math/blitz++/Makefile
index 11569f9b2e5..583f4da18d5 100644
--- a/math/blitz++/Makefile
+++ b/math/blitz++/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2006/04/05 23:01:15 jlam Exp $
+# $NetBSD: Makefile,v 1.12 2006/06/06 13:37:07 joerg Exp $
DISTNAME= blitz-0.8
PKGNAME= blitz++-0.8
@@ -10,10 +10,11 @@ MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.oonumerics.org/blitz/
COMMENT= C++ template class library providing array objects
+USE_LANGUAGES= c++ fortran
USE_LIBTOOL= yes
USE_TOOLS+= gmake
GNU_CONFIGURE= yes
-CONFIGURE_ARGS+= --with-cxx=gcc
+CONFIGURE_ARGS+= --disable-doxygen
INFO_FILES= # PLIST
.include "../../mk/bsd.pkg.mk"