summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjoerg <joerg>2006-07-11 00:19:20 +0000
committerjoerg <joerg>2006-07-11 00:19:20 +0000
commit751c466beb9320f2dbd1b4b8abd1d4d548c9d0ef (patch)
tree26d7d87480306954099ee34e807c375c626a6176
parent67370e58e4f31230c2dc65081d3a04dde3928e47 (diff)
downloadpkgsrc-751c466beb9320f2dbd1b4b8abd1d4d548c9d0ef.tar.gz
Uses C and C++.
-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 \