From bb59fdd51d90f98003e3d971ee144805adfe05c9 Mon Sep 17 00:00:00 2001 From: joerg Date: Fri, 10 Oct 2008 00:21:43 +0000 Subject: pkg_install-20081010: Add optional bdb. Make it included by default for standalone builds. --- pkgtools/libnbcompat/Makefile | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'pkgtools/libnbcompat/Makefile') diff --git a/pkgtools/libnbcompat/Makefile b/pkgtools/libnbcompat/Makefile index c47b0cc3e1a..103073c308e 100644 --- a/pkgtools/libnbcompat/Makefile +++ b/pkgtools/libnbcompat/Makefile @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.64 2008/10/06 12:36:19 joerg Exp $ +# $NetBSD: Makefile,v 1.65 2008/10/10 00:21:43 joerg Exp $ # # NOTE: If you update this package, it is *mandatory* that you update # pkgsrc/pkgtools/libnbcompat/files/README to reflect the actual # list of tested and supported platforms. # -DISTNAME= libnbcompat-20080922 +DISTNAME= libnbcompat-20081010 CATEGORIES= pkgtools devel MASTER_SITES= # empty DISTFILES= # empty @@ -19,6 +19,9 @@ PKG_DESTDIR_SUPPORT= user-destdir GNU_CONFIGURE= yes MAKE_ENV+= LIBMODE=${LIBMODE} +# Enable by default for standalone builds +CONFIGURE_ARGS+= --enable-db + do-extract: @${CP} -R ${FILESDIR} ${WRKSRC} -- cgit v1.2.3