diff options
Diffstat (limited to 'math/newmat/Makefile')
-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 |