diff options
author | grant <grant@pkgsrc.org> | 2005-07-29 04:25:18 +0000 |
---|---|---|
committer | grant <grant@pkgsrc.org> | 2005-07-29 04:25:18 +0000 |
commit | e23f312367d954f92ebf774c50109c83b1a36f25 (patch) | |
tree | 01b76a719abcef51defda947a9cb71bec709452f | |
parent | cb3bd204fb630703bdd034bd7231258d15c19037 (diff) | |
download | pkgsrc-e23f312367d954f92ebf774c50109c83b1a36f25.tar.gz |
this uses a c++ compiler.
-rw-r--r-- | databases/metakit-lib/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/databases/metakit-lib/Makefile b/databases/metakit-lib/Makefile index e5cabbd1e75..bebc2a4f120 100644 --- a/databases/metakit-lib/Makefile +++ b/databases/metakit-lib/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2005/04/11 21:45:12 tv Exp $ +# $NetBSD: Makefile,v 1.12 2005/07/29 04:25:18 grant Exp $ # DISTNAME= metakit-2.4.9.3 @@ -15,6 +15,7 @@ WRKSRC= ${WRKDIR}/metakit-2.4.9.3/builds GNU_CONFIGURE= yes CONFIGURE_SCRIPT= ../unix/configure CONFIGURE_ARGS+= --without-tcl +USE_LANGUAGES= c++ USE_LIBTOOL= yes post-install: |