diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2001-07-25 23:05:11 +0800 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2001-07-25 23:05:11 +0800 |
commit | dd8fc61f8982cd99e1ecd084ed1a5451666a02eb (patch) | |
tree | 8bb599919e196c30c7dfdb47d20525dc10b57b9d /editors/nvi-devel | |
parent | 73f7cbcc882812dc398f5173f25f5150066aa0eb (diff) | |
download | freebsd-ports-gnome-dd8fc61f8982cd99e1ecd084ed1a5451666a02eb.tar.gz freebsd-ports-gnome-dd8fc61f8982cd99e1ecd084ed1a5451666a02eb.tar.zst freebsd-ports-gnome-dd8fc61f8982cd99e1ecd084ed1a5451666a02eb.zip |
Reflect databases/db3's shlib version bump from 2 to 3.
Diffstat (limited to 'editors/nvi-devel')
-rw-r--r-- | editors/nvi-devel/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/editors/nvi-devel/Makefile b/editors/nvi-devel/Makefile index a27178f2a7b0..22f62bef24f7 100644 --- a/editors/nvi-devel/Makefile +++ b/editors/nvi-devel/Makefile @@ -7,6 +7,7 @@ PORTNAME= nvi PORTVERSION= 1.81.4 +PORTREVISION= 1 CATEGORIES= editors MASTER_SITES= http://www.kotnet.org/~skimo/nvi/devel/ \ ${MASTER_SITE_LOCAL} @@ -15,7 +16,7 @@ MASTER_SITE_SUBDIR= dd MAINTAINER= dd@FreeBSD.org BUILD_DEPENDS= iconv:${PORTSDIR}/converters/iconv -LIB_DEPENDS= db3.2:${PORTSDIR}/databases/db3 +LIB_DEPENDS= db3.3:${PORTSDIR}/databases/db3 WRKSRC= ${WRKDIR}/${DISTNAME}/build.unix PATCH_WRKSRC= ${WRKDIR} |