diff options
author | snj <snj@pkgsrc.org> | 2004-04-11 09:02:04 +0000 |
---|---|---|
committer | snj <snj@pkgsrc.org> | 2004-04-11 09:02:04 +0000 |
commit | 2c46b70ebd599475d3adf643acb29813c3976ea8 (patch) | |
tree | 8dd5673fd37aded8b2d6c757ca254c94df93a41a /math/blitz++ | |
parent | 60a3a6175a73f0ceeb4bd420b8ac4f70821353ec (diff) | |
download | pkgsrc-2c46b70ebd599475d3adf643acb29813c3976ea8.tar.gz |
Convert to buildlink3.
Diffstat (limited to 'math/blitz++')
-rw-r--r-- | math/blitz++/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/math/blitz++/Makefile b/math/blitz++/Makefile index 113afb1ad18..5bf0af52735 100644 --- a/math/blitz++/Makefile +++ b/math/blitz++/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2004/01/24 13:58:23 grant Exp $ +# $NetBSD: Makefile,v 1.5 2004/04/11 09:02:04 snj Exp $ DISTNAME= blitz-0.6 PKGNAME= blitz++-0.6 @@ -9,10 +9,10 @@ MAINTAINER= tech-pkg@NetBSD.org HOMEPAGE= http://www.oonumerics.org/blitz/ COMMENT= C++ template class library providing array objects -USE_BUILDLINK2= yes +CONFIGURE_ARGS+= --with-cxx=gcc GNU_CONFIGURE= yes +USE_BUILDLINK3= yes USE_GNU_TOOLS+= make -CONFIGURE_ARGS+= --with-cxx=gcc post-install: ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/blitz |