summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2006-06-06 14:56:20 +0000
committerjoerg <joerg@pkgsrc.org>2006-06-06 14:56:20 +0000
commit25020695c08c46417b890ec4e950d67c69bed90a (patch)
treea9396ae7fb541c3fe53a1a40638d64f1414cb0c9
parentb3b9fb6516341d7e0997532375ab8c8f8b0d165f (diff)
downloadpkgsrc-25020695c08c46417b890ec4e950d67c69bed90a.tar.gz
Uses C++.
-rw-r--r--databases/odbc-postgresql/Makefile.common3
-rw-r--r--devel/libjit/Makefile3
-rw-r--r--devel/tpasm/Makefile3
-rw-r--r--math/cln/Makefile3
-rw-r--r--mbone/mdp/Makefile3
-rw-r--r--textproc/regexx/Makefile3
6 files changed, 12 insertions, 6 deletions
diff --git a/databases/odbc-postgresql/Makefile.common b/databases/odbc-postgresql/Makefile.common
index d57d6a5eeda..fab30bc8568 100644
--- a/databases/odbc-postgresql/Makefile.common
+++ b/databases/odbc-postgresql/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.11 2006/03/04 21:29:09 jlam Exp $
+# $NetBSD: Makefile.common,v 1.12 2006/06/06 15:04:42 joerg Exp $
DISTNAME= postgresql-${DIST_VERS}
CATEGORIES= databases
@@ -29,6 +29,7 @@ PATCHDIR?= ${.CURDIR}/../odbc-postgresql/patches
DIST_VERS?= 7.2.3
BASE_VERS?= ${DIST_VERS}
+USE_LANGUAGES= c c++
USE_TOOLS+= gmake
MAKEFILE= GNUmakefile
GNU_CONFIGURE= YES
diff --git a/devel/libjit/Makefile b/devel/libjit/Makefile
index a4c4d635bdf..f767b8c0221 100644
--- a/devel/libjit/Makefile
+++ b/devel/libjit/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2006/03/31 05:37:08 jlam Exp $
+# $NetBSD: Makefile,v 1.10 2006/06/06 14:56:51 joerg Exp $
#
DISTNAME= libjit-0.0.4
@@ -10,6 +10,7 @@ MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.southern-storm.com.au/libjit.html
COMMENT= Just-In-Time compilation functionality
+USE_LANGUAGES= c c++
USE_LIBTOOL= yes
USE_TOOLS+= gmake makeinfo
GNU_CONFIGURE= yes
diff --git a/devel/tpasm/Makefile b/devel/tpasm/Makefile
index a5d136e651e..1336e35324d 100644
--- a/devel/tpasm/Makefile
+++ b/devel/tpasm/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 2006/03/04 21:29:30 jlam Exp $
+# $NetBSD: Makefile,v 1.16 2006/06/06 15:09:17 joerg Exp $
#
DISTNAME= tpasm1.0r
@@ -13,6 +13,7 @@ HOMEPAGE= http://www.sqt.com/
COMMENT= Assembler for 6805, 68HC11, 6502, Surplus, 8051, Z80, PIC, and AVR
WRKSRC= ${WRKDIR}/tpasm
+USE_LANGUAGES= c++
USE_TOOLS+= gmake
INSTALLATION_DIRS= bin
diff --git a/math/cln/Makefile b/math/cln/Makefile
index 2dc164b2056..54f16dfb9b8 100644
--- a/math/cln/Makefile
+++ b/math/cln/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2006/04/06 19:46:33 adam Exp $
+# $NetBSD: Makefile,v 1.13 2006/06/06 14:56:20 joerg Exp $
DISTNAME= cln-1.1.11
CATEGORIES= math
@@ -12,6 +12,7 @@ HOMEPAGE= http://www.ginac.de/CLN/
COMMENT= CLN Class Library for Numbers
USE_TOOLS+= gmake pkg-config
+USE_LANGUAGES= c c++
USE_LIBTOOL= yes
GNU_CONFIGURE= yes
LIBTOOL_OVERRIDE+= libtool
diff --git a/mbone/mdp/Makefile b/mbone/mdp/Makefile
index 5035bde6551..67c309e561c 100644
--- a/mbone/mdp/Makefile
+++ b/mbone/mdp/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2006/02/05 23:10:05 joerg Exp $
+# $NetBSD: Makefile,v 1.13 2006/06/06 15:17:28 joerg Exp $
#
DISTNAME= src-mdp-1.9a5
@@ -13,6 +13,7 @@ HOMEPAGE= http://manimac.itd.nrl.navy.mil/MDP/
COMMENT= Multicast file transfer
WRKSRC= ${WRKDIR}/mdp/unix
+USE_LANGUAGES= c++
USE_TOOLS+= gmake
BUILD_TARGET= mdp
diff --git a/textproc/regexx/Makefile b/textproc/regexx/Makefile
index 97619cb452d..afc0820a698 100644
--- a/textproc/regexx/Makefile
+++ b/textproc/regexx/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2006/03/04 21:30:51 jlam Exp $
+# $NetBSD: Makefile,v 1.13 2006/06/06 15:12:39 joerg Exp $
#
DISTNAME= regexx-0.98.1
@@ -10,6 +10,7 @@ MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://bazar.conectiva.com.br/~niemeyer/projects/regexx/
COMMENT= C++ regular expression library
+USE_LANGUAGES= c++
USE_TOOLS+= gmake
USE_LIBTOOL= YES
GNU_CONFIGURE= YES