diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2007-03-27 16:29:28 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2007-03-27 16:29:28 +0000 |
commit | bb5439929387b1375fed99d582744b03d7708a4a (patch) | |
tree | c588fb384e145a5fb2bde00aba6ef4032adf3d66 /editors/nvi-devel/Makefile | |
parent | c46d3879c7034788ba01f747dff4b9444aaddd57 (diff) |
Notes
Diffstat (limited to 'editors/nvi-devel/Makefile')
-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 5976fd9caeca..e6a1a4b38c2f 100644 --- a/editors/nvi-devel/Makefile +++ b/editors/nvi-devel/Makefile @@ -21,8 +21,8 @@ LIB_DEPENDS= db3.3:${PORTSDIR}/databases/db3 USE_BZIP2= yes WRKSRC= ${WRKDIR}/${DISTNAME}/build.unix -GNU_CONFIGURE= yes -INSTALLS_SHLIB= yes +USE_AUTOTOOLS= libtool:15 +USE_LDCONFIG= yes CONFIGURE_ARGS+= --with-db3=${LOCALBASE} CONFIGURE_SCRIPT= ../dist/configure MAN1= ex.1 vi.1 view.1 |