summaryrefslogtreecommitdiff
path: root/editors/nvi
diff options
context:
space:
mode:
authorepg <epg@pkgsrc.org>2008-12-31 20:48:37 +0000
committerepg <epg@pkgsrc.org>2008-12-31 20:48:37 +0000
commit1159d32e806f8fdd561fa57dd4bfd53540a83db4 (patch)
tree79b47ed34b7bf161375d758b831ff54c95097e5f /editors/nvi
parent25035570ecacff5b5ef5d593a6ccc373da8fee03 (diff)
downloadpkgsrc-1159d32e806f8fdd561fa57dd4bfd53540a83db4.tar.gz
Add a TODO about the configure brokenness.
Diffstat (limited to 'editors/nvi')
-rw-r--r--editors/nvi/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/editors/nvi/Makefile b/editors/nvi/Makefile
index f6ba62f2966..cbac5a01db5 100644
--- a/editors/nvi/Makefile
+++ b/editors/nvi/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.33 2008/12/31 20:46:33 epg Exp $
+# $NetBSD: Makefile,v 1.34 2008/12/31 20:48:37 epg Exp $
#
DISTNAME= nvi-1.81.6
@@ -41,6 +41,8 @@ INSTALL_UNSTRIPPED= yes
.endif
# We need exactly the db3 API.
+# TODO: Actually nvi supports db4, but its configure script is broken.
+# Perhaps some brave soul can fix it...
BUILDLINK_TRANSFORM+= l:db:db3
.include "../../databases/db3/buildlink3.mk"