diff options
author | John Marino <marino@FreeBSD.org> | 2016-02-05 18:37:39 +0000 |
---|---|---|
committer | John Marino <marino@FreeBSD.org> | 2016-02-05 18:37:39 +0000 |
commit | f72a57bb1954f0cf8764451316cddff5307cbfc9 (patch) | |
tree | e617dca54a92a44d3ee05e460e4bf191097e13d6 /editors/nvi-devel | |
parent | d831a1f6a5aebad543aeb18b99770e8c65679d59 (diff) | |
download | ports-f72a57bb1954f0cf8764451316cddff5307cbfc9.tar.gz ports-f72a57bb1954f0cf8764451316cddff5307cbfc9.zip |
Notes
Diffstat (limited to 'editors/nvi-devel')
-rw-r--r-- | editors/nvi-devel/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/nvi-devel/Makefile b/editors/nvi-devel/Makefile index de231bf67d57..779d2bfcfd76 100644 --- a/editors/nvi-devel/Makefile +++ b/editors/nvi-devel/Makefile @@ -19,7 +19,7 @@ WIDECHAR_DESC= Enable wide-character support (UTF-8) WRKSRC= ${WRKDIR}/${DISTNAME}/build.unix GNU_CONFIGURE= yes USE_LDCONFIG= yes -USES= iconv libtool pkgconfig tar:bzip2 +USES= iconv libtool ncurses pkgconfig tar:bzip2 USE_BDB= 42+ CONFIGURE_ARGS+= --with-db-prefix=${LOCALBASE} \ --program-prefix=n |