diff options
author | jlam <jlam@pkgsrc.org> | 2004-02-05 09:28:59 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2004-02-05 09:28:59 +0000 |
commit | aa375ed2649b3533cf3839a2673a21c1236c7bc5 (patch) | |
tree | eff14d5782ccd5580781962757a0f82d7c753aa3 /databases/libpqxx | |
parent | d5861c274e7ba6395dbc5dec67eefccdaaa16665 (diff) | |
download | pkgsrc-aa375ed2649b3533cf3839a2673a21c1236c7bc5.tar.gz |
Note that this package uses C and C++.
Diffstat (limited to 'databases/libpqxx')
-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 |