summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjoerg <joerg>2008-10-29 10:38:53 +0000
committerjoerg <joerg>2008-10-29 10:38:53 +0000
commit34db139f3acc04a28c019abe9d721dfc618b9dd6 (patch)
treeadc816e3dc4b482a53fb32fa49c8401da4f03524
parent479b17d3ea68c113bb882f4feb186b5866838c27 (diff)
downloadpkgsrc-34db139f3acc04a28c019abe9d721dfc618b9dd6.tar.gz
Require DB support in libnbcompat.
-rw-r--r--pkgtools/pkg_install/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgtools/pkg_install/Makefile b/pkgtools/pkg_install/Makefile
index 4c86970bf39..cfa88a891c7 100644
--- a/pkgtools/pkg_install/Makefile
+++ b/pkgtools/pkg_install/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.152.2.3 2008/05/25 19:52:55 joerg Exp $
+# $NetBSD: Makefile,v 1.152.2.4 2008/10/29 10:38:53 joerg Exp $
# Notes to package maintainers:
#
@@ -26,7 +26,7 @@ CONFIGURE_ARGS+= --with-pkgdbdir=${PKG_DBDIR:Q}
USE_FEATURES= nbcompat
-NBCOMPAT_CONFIGURE_ARGS+= --enable-bsd-getopt
+NBCOMPAT_CONFIGURE_ARGS+= --enable-bsd-getopt --enable-db
SKIP_AUDIT_PACKAGES= yes
NO_PKGTOOLS_REQD_CHECK= yes