summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2006-06-01 19:24:52 +0000
committerjoerg <joerg@pkgsrc.org>2006-06-01 19:24:52 +0000
commitbd68431f50a5df5a2768598d0bd9b16f25fd0a67 (patch)
tree22776d191849ee3bbc93a5f2750571ce8f1f332b
parente5f8b3e80fef892232c64196cfdb8a829d6f4017 (diff)
downloadpkgsrc-bd68431f50a5df5a2768598d0bd9b16f25fd0a67.tar.gz
Uses C++.
-rw-r--r--math/newmat/Makefile3
-rw-r--r--net/tn5250/Makefile4
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"