diff options
author | Matthias Andree <mandree@FreeBSD.org> | 2011-03-23 15:27:01 +0000 |
---|---|---|
committer | Matthias Andree <mandree@FreeBSD.org> | 2011-03-23 15:27:01 +0000 |
commit | 26043ab8b66377a92c3a7cdba70b1e58663d00eb (patch) | |
tree | 675b75e99d4ff116e87adab406f8384846f8460a /editors | |
parent | adead9a3cb808172d60434123df07ce12b09325a (diff) | |
download | ports-26043ab8b66377a92c3a7cdba70b1e58663d00eb.tar.gz ports-26043ab8b66377a92c3a7cdba70b1e58663d00eb.zip |
Notes
Diffstat (limited to 'editors')
-rw-r--r-- | editors/nvi-devel/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/nvi-devel/Makefile b/editors/nvi-devel/Makefile index 7ccfa44413f8..653081c344e7 100644 --- a/editors/nvi-devel/Makefile +++ b/editors/nvi-devel/Makefile @@ -7,7 +7,7 @@ PORTNAME= nvi PORTVERSION= 1.81.6 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= editors MASTER_SITES= http://www.kotnet.org/~skimo/nvi/devel/ @@ -23,7 +23,7 @@ WRKSRC= ${WRKDIR}/${DISTNAME}/build.unix USE_AUTOTOOLS= libtool USE_LDCONFIG= yes USE_ICONV= yes -USE_BDB= yes +USE_BDB= 42+ CONFIGURE_ARGS+= --with-db-prefix=${LOCALBASE} \ --program-prefix=n CONFIGURE_SCRIPT= ../dist/configure |