diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-13 14:41:21 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-13 14:41:21 +0000 |
commit | e75853e907a737bfac0d0e82b0e3a3653a5ec3e9 (patch) | |
tree | 33164992ac753fd6332afede298d9c441a075f18 /editors/nvi-devel | |
parent | a8268f9d24b40679b3b4036bb7eccf20378c4154 (diff) | |
download | ports-e75853e907a737bfac0d0e82b0e3a3653a5ec3e9.tar.gz ports-e75853e907a737bfac0d0e82b0e3a3653a5ec3e9.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 23c7515b50da..30c84e1c01b0 100644 --- a/editors/nvi-devel/Makefile +++ b/editors/nvi-devel/Makefile @@ -21,7 +21,7 @@ USE_BZIP2= yes WRKSRC= ${WRKDIR}/${DISTNAME}/build.unix USE_AUTOTOOLS= libtool USE_LDCONFIG= yes -USES= iconv +USES= iconv pkgconfig USE_BDB= 42+ CONFIGURE_ARGS+= --with-db-prefix=${LOCALBASE} \ --program-prefix=n |