diff options
author | joerg <joerg@pkgsrc.org> | 2006-06-06 14:56:20 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2006-06-06 14:56:20 +0000 |
commit | 25020695c08c46417b890ec4e950d67c69bed90a (patch) | |
tree | a9396ae7fb541c3fe53a1a40638d64f1414cb0c9 /databases/odbc-postgresql | |
parent | b3b9fb6516341d7e0997532375ab8c8f8b0d165f (diff) | |
download | pkgsrc-25020695c08c46417b890ec4e950d67c69bed90a.tar.gz |
Uses C++.
Diffstat (limited to 'databases/odbc-postgresql')
-rw-r--r-- | databases/odbc-postgresql/Makefile.common | 3 |
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 |