summaryrefslogtreecommitdiff
path: root/editors/nvi/Makefile
diff options
context:
space:
mode:
authorepg <epg>2008-12-31 20:48:37 +0000
committerepg <epg>2008-12-31 20:48:37 +0000
commitee421a58e195db4da890220fc78a0862a0c3af78 (patch)
tree79b47ed34b7bf161375d758b831ff54c95097e5f /editors/nvi/Makefile
parent98a057caff6f84d737e7c97b108af754370d71ad (diff)
downloadpkgsrc-ee421a58e195db4da890220fc78a0862a0c3af78.tar.gz
Add a TODO about the configure brokenness.
Diffstat (limited to 'editors/nvi/Makefile')
-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"