diff options
author | abs <abs> | 2004-02-11 01:46:30 +0000 |
---|---|---|
committer | abs <abs> | 2004-02-11 01:46:30 +0000 |
commit | f20d8254df87fff94f4a3105bfe2c2a9a5a44f0f (patch) | |
tree | 339bb2a1f7c733e2891ae2d22c8adc1182d3b65c /databases | |
parent | 0ac2cd6895f7d58c8991f37dbaeae11b203377b9 (diff) | |
download | pkgsrc-f20d8254df87fff94f4a3105bfe2c2a9a5a44f0f.tar.gz |
USE_LANGUAGES=c c++
Diffstat (limited to 'databases')
-rw-r--r-- | databases/db3/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/databases/db3/Makefile b/databases/db3/Makefile index b2429f2b199..eab22ea6cbb 100644 --- a/databases/db3/Makefile +++ b/databases/db3/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.22 2004/02/08 05:14:44 sekiya Exp $ +# $NetBSD: Makefile,v 1.23 2004/02/11 01:46:30 abs Exp $ DISTNAME= db-3.3.11 PKGNAME= db3-3.11.2 @@ -19,6 +19,7 @@ PKG_INSTALLATION_TYPES= overwrite pkgviews WRKSRC= ${WRKDIR}/${DISTNAME}/build_unix USE_BUILDLINK3= yes USE_LIBTOOL= yes +USE_LANGUAGES= c c++ LIBTOOL_OVERRIDE= ${WRKDIR}/${DISTNAME}/build_unix/libtool GNU_CONFIGURE= yes CONFIGURE_SCRIPT= ../dist/configure |