diff options
author | joerg <joerg> | 2006-06-01 19:24:52 +0000 |
---|---|---|
committer | joerg <joerg> | 2006-06-01 19:24:52 +0000 |
commit | 9c032d8671cab39f068688ea3f8b404d15537448 (patch) | |
tree | 22776d191849ee3bbc93a5f2750571ce8f1f332b | |
parent | 14f341c6ca90673597b799a23d4df2c92816f96a (diff) | |
download | pkgsrc-9c032d8671cab39f068688ea3f8b404d15537448.tar.gz |
Uses C++.
-rw-r--r-- | math/newmat/Makefile | 3 | ||||
-rw-r--r-- | net/tn5250/Makefile | 4 |
2 files changed, 5 insertions, 2 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 diff --git a/net/tn5250/Makefile b/net/tn5250/Makefile index 99ddc466507..952128758b1 100644 --- a/net/tn5250/Makefile +++ b/net/tn5250/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2006/03/04 21:30:25 jlam Exp $ +# $NetBSD: Makefile,v 1.18 2006/06/01 19:24:52 joerg Exp $ # DISTNAME= tn5250-0.12.51 @@ -12,5 +12,7 @@ COMMENT= Implementation of the IBM 5250 telnet protocol GNU_CONFIGURE= YES +USE_LANGUAGES= c++ + .include "../../devel/ncurses/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |