summaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authorjoerg <joerg>2006-07-11 00:19:20 +0000
committerjoerg <joerg>2006-07-11 00:19:20 +0000
commit7b362efbad5e330b115e4dee3f7601301dc7afd4 (patch)
tree26d7d87480306954099ee34e807c375c626a6176 /math
parent9fe3689ca0b959712dc58dbb271603edd1cbb5b7 (diff)
downloadpkgsrc-7b362efbad5e330b115e4dee3f7601301dc7afd4.tar.gz
Uses C and C++.
Diffstat (limited to 'math')
-rw-r--r--math/mtl/Makefile4
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 \