diff options
author | joerg <joerg@pkgsrc.org> | 2006-06-01 19:24:52 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2006-06-01 19:24:52 +0000 |
commit | 3d4dd593185c6fd2ae25a0879ddf10ab49e91c61 (patch) | |
tree | 22776d191849ee3bbc93a5f2750571ce8f1f332b /math | |
parent | eb5a99bd73ae13936a336b288a89ed1033ec81f0 (diff) | |
download | pkgsrc-3d4dd593185c6fd2ae25a0879ddf10ab49e91c61.tar.gz |
Uses C++.
Diffstat (limited to 'math')
-rw-r--r-- | math/newmat/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/math/newmat/Makefile b/math/newmat/Makefile index 6fbc67096cf..d03f65d8f2a 100644 --- a/math/newmat/Makefile +++ b/math/newmat/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2005/06/17 03:50:20 jlam Exp $ +# $NetBSD: Makefile,v 1.9 2006/06/01 19:30:12 joerg Exp $ # DISTNAME= newmat10 # actually newmat10B, but no such distfile @@ -15,6 +15,7 @@ WRKSRC= ${WRKDIR} DIST_SUBDIR= newmat10B MAKEFILE= nm_cc.mak BUILD_TARGET= garch +USE_LANGUAGES= c++ HEADERS= boolean.h controlw.h include.h myexcept.h newmat.h \ newmatap.h newmatio.h newmatnl.h newmatrc.h precisio.h |