diff options
author | jlam <jlam> | 2004-02-05 09:28:59 +0000 |
---|---|---|
committer | jlam <jlam> | 2004-02-05 09:28:59 +0000 |
commit | e17c31c430a7e40b3418fb1d388d027643c90fdd (patch) | |
tree | eff14d5782ccd5580781962757a0f82d7c753aa3 /databases | |
parent | 979fb200e062ea2d7a01d8ea90ef1ef4065d4c17 (diff) | |
download | pkgsrc-e17c31c430a7e40b3418fb1d388d027643c90fdd.tar.gz |
Note that this package uses C and C++.
Diffstat (limited to 'databases')
-rw-r--r-- | databases/libpqxx/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/databases/libpqxx/Makefile b/databases/libpqxx/Makefile index 480ba2d5993..bc1c5deae5a 100644 --- a/databases/libpqxx/Makefile +++ b/databases/libpqxx/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2004/01/07 13:32:40 is Exp $ +# $NetBSD: Makefile,v 1.5 2004/02/05 09:28:59 jlam Exp $ # .include "../../databases/libpqxx/Makefile.common" @@ -7,6 +7,7 @@ COMMENT= C++ interface to postgresql-lib NOT_FOR_PLATFORM= NetBSD-*-pc532 +USE_LANGUAGES= c c++ USE_BUILDLINK2= yes USE_PKGLOCALEDIR= yes PKGCONFIG_OVERRIDE+= ${WRKSRC}/libpqxx.pc.in |