diff options
author | jlam <jlam@pkgsrc.org> | 2004-03-26 18:48:52 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2004-03-26 18:48:52 +0000 |
commit | de23b74167645183c054ab5be63b27684978fab4 (patch) | |
tree | 7963fec3e162814d798d29949aeec3bf2f568079 /x11/gnome-libs/Makefile | |
parent | 7fdc54cd9d538ddb200aee9e8804e936b1b4b221 (diff) | |
download | pkgsrc-de23b74167645183c054ab5be63b27684978fab4.tar.gz |
Reverse the use of USE_DB185 in bdb.buildlink3.mk -- it defaults to
"yes" and packages that can't use the DB-1.85 API should set it to "no".
This makes the native DB the preferred DB if it exists.
Diffstat (limited to 'x11/gnome-libs/Makefile')
-rw-r--r-- | x11/gnome-libs/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/x11/gnome-libs/Makefile b/x11/gnome-libs/Makefile index b8304692e85..fd465b417ee 100644 --- a/x11/gnome-libs/Makefile +++ b/x11/gnome-libs/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.100 2004/03/12 21:33:28 jlam Exp $ +# $NetBSD: Makefile,v 1.101 2004/03/26 18:48:52 jlam Exp $ DISTNAME= gnome-libs-1.4.2 PKGREVISION= 3 @@ -29,7 +29,6 @@ CONFIGURE_ENV+= ${CONFIGURE_ENV.db-${BDB_TYPE}} USE_BUILDLINK3= YES USE_PKGLOCALEDIR= YES -USE_DB185= YES LOCALSTATEDIR= /var/gnome PLIST_SUBST+= LOCALBASE=${LOCALBASE} \ |