diff options
author | epg <epg> | 2008-12-31 20:48:37 +0000 |
---|---|---|
committer | epg <epg> | 2008-12-31 20:48:37 +0000 |
commit | 416ba6c38edb2589368659d000619660ed9b8090 (patch) | |
tree | 79b47ed34b7bf161375d758b831ff54c95097e5f /editors | |
parent | 50f2bbfd6859c8281d0567669cc0011a93931d73 (diff) | |
download | pkgsrc-416ba6c38edb2589368659d000619660ed9b8090.tar.gz |
Add a TODO about the configure brokenness.
Diffstat (limited to 'editors')
-rw-r--r-- | editors/nvi/Makefile | 4 |
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" |