summaryrefslogtreecommitdiff
path: root/databases/odbc-postgresql
diff options
context:
space:
mode:
authorjoerg <joerg>2006-06-06 14:56:20 +0000
committerjoerg <joerg>2006-06-06 14:56:20 +0000
commit8596802400c7779c508b688300914fdbe19edd03 (patch)
treea9396ae7fb541c3fe53a1a40638d64f1414cb0c9 /databases/odbc-postgresql
parent60125191ba744f32978a29465c76daaac45b79a5 (diff)
downloadpkgsrc-8596802400c7779c508b688300914fdbe19edd03.tar.gz
Uses C++.
Diffstat (limited to 'databases/odbc-postgresql')
-rw-r--r--databases/odbc-postgresql/Makefile.common3
1 files changed, 2 insertions, 1 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