diff options
author | epg <epg@pkgsrc.org> | 2008-12-31 20:46:33 +0000 |
---|---|---|
committer | epg <epg@pkgsrc.org> | 2008-12-31 20:46:33 +0000 |
commit | 25035570ecacff5b5ef5d593a6ccc373da8fee03 (patch) | |
tree | ed4fd1acc91ce15382952cd38b4705925179cb7b /editors | |
parent | a8cfd4827421f95a01f27c37cb372c03de1ff8c5 (diff) | |
download | pkgsrc-25035570ecacff5b5ef5d593a6ccc373da8fee03.tar.gz |
Revert 1.31 (allow use of db4), as the autoconf crap is broken and doesn't
work somehow on NetBSD and DragonFly (and probably others). This is a shame,
as nvi itself actually does support db4, it's the autocrap that's broken.
Diffstat (limited to 'editors')
-rw-r--r-- | editors/nvi/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/editors/nvi/Makefile b/editors/nvi/Makefile index 7b4c600eeae..f6ba62f2966 100644 --- a/editors/nvi/Makefile +++ b/editors/nvi/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.32 2008/12/21 23:03:27 epg Exp $ +# $NetBSD: Makefile,v 1.33 2008/12/31 20:46:33 epg Exp $ # DISTNAME= nvi-1.81.6 @@ -40,5 +40,8 @@ LDFLAGS+= -flat_namespace INSTALL_UNSTRIPPED= yes .endif -.include "../../mk/bdb.buildlink3.mk" +# We need exactly the db3 API. +BUILDLINK_TRANSFORM+= l:db:db3 +.include "../../databases/db3/buildlink3.mk" + .include "../../mk/bsd.pkg.mk" |