diff options
author | joerg <joerg@pkgsrc.org> | 2006-07-11 00:19:20 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2006-07-11 00:19:20 +0000 |
commit | e19baeb3ba8c7c808e0757d26f5ac4cb38008235 (patch) | |
tree | 26d7d87480306954099ee34e807c375c626a6176 /math/mtl | |
parent | cbcbe8af034eb7fe26a1798e762080753a06029d (diff) | |
download | pkgsrc-e19baeb3ba8c7c808e0757d26f5ac4cb38008235.tar.gz |
Uses C and C++.
Diffstat (limited to 'math/mtl')
-rw-r--r-- | math/mtl/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/math/mtl/Makefile b/math/mtl/Makefile index 854a34e7e4e..61afc8c8c3a 100644 --- a/math/mtl/Makefile +++ b/math/mtl/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2006/03/04 21:30:04 jlam Exp $ +# $NetBSD: Makefile,v 1.7 2006/07/11 00:19:20 joerg Exp $ DISTNAME= mtl-2.1.2-21 CATEGORIES= math devel @@ -11,6 +11,8 @@ COMMENT= Matrix Template Library GNU_CONFIGURE= yes NO_BUILD= yes +USE_LANGUAGES= c c++ + post-install: ${INSTALL_DATA_DIR} ${PREFIX}/share/examples/mtl ${INSTALL_DATA} ${WRKSRC}/contrib/examples/*.cc \ |