diff options
author | joerg <joerg> | 2006-06-01 19:24:52 +0000 |
---|---|---|
committer | joerg <joerg> | 2006-06-01 19:24:52 +0000 |
commit | fa71ba27de64215dd41e04cc4a71018d0130d423 (patch) | |
tree | 22776d191849ee3bbc93a5f2750571ce8f1f332b /math | |
parent | e4a8b878c91e048296635b4dd2aa6307f122d674 (diff) | |
download | pkgsrc-fa71ba27de64215dd41e04cc4a71018d0130d423.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 |