diff options
author | epg <epg@pkgsrc.org> | 2008-12-21 23:02:24 +0000 |
---|---|---|
committer | epg <epg@pkgsrc.org> | 2008-12-21 23:02:24 +0000 |
commit | 6380b3347ac7239a375eb5b0ffcfec7898657c1b (patch) | |
tree | 282b9e775092934eb30ccb371833dfc85e2c3039 /editors/nvi/Makefile | |
parent | 038c1013c825a9439832055b0cb3872d42724ef9 (diff) | |
download | pkgsrc-6380b3347ac7239a375eb5b0ffcfec7898657c1b.tar.gz |
- nvi actually supports db4, so just include bdb.buildlink3.mk
- Add minor patch for db 4.4 and up
Diffstat (limited to 'editors/nvi/Makefile')
-rw-r--r-- | editors/nvi/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/editors/nvi/Makefile b/editors/nvi/Makefile index 618ba98bcac..37c4b7646fc 100644 --- a/editors/nvi/Makefile +++ b/editors/nvi/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.30 2008/04/15 13:46:01 schmonz Exp $ +# $NetBSD: Makefile,v 1.31 2008/12/21 23:02:24 epg Exp $ # DISTNAME= nvi-1.81.6 @@ -40,8 +40,5 @@ LDFLAGS+= -flat_namespace INSTALL_UNSTRIPPED= yes .endif -# We need exactly the db3 API. -BUILDLINK_TRANSFORM+= l:db:db3 -.include "../../databases/db3/buildlink3.mk" - +.include "../../mk/bdb.buildlink3.mk" .include "../../mk/bsd.pkg.mk" |