summaryrefslogtreecommitdiff
path: root/editors/nvi
diff options
context:
space:
mode:
authorepg <epg>2008-12-31 20:46:33 +0000
committerepg <epg>2008-12-31 20:46:33 +0000
commit50f2bbfd6859c8281d0567669cc0011a93931d73 (patch)
treeed4fd1acc91ce15382952cd38b4705925179cb7b /editors/nvi
parent882d15f344f5ffa4157b89de32ffd6b32523c770 (diff)
downloadpkgsrc-50f2bbfd6859c8281d0567669cc0011a93931d73.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/nvi')
-rw-r--r--editors/nvi/Makefile7
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"