From 48a327d7659c3a41e2876ad602b4f0f8df65cdb7 Mon Sep 17 00:00:00 2001 From: joerg Date: Tue, 6 Jun 2006 13:37:07 +0000 Subject: Let configure use c++, it seems to work fine. Uses C++ and Fortran. Never build doxygen docs. --- math/blitz++/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'math') 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" -- cgit v1.2.3