diff options
author | pav <pav@FreeBSD.org> | 2007-03-28 00:29:28 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2007-03-28 00:29:28 +0800 |
commit | 21e7f521fd90d37034ba48079e854010a328a12a (patch) | |
tree | 954fa159f7f4e7466aacfe067bd9741be01e29f8 /editors | |
parent | f63a83d8efd933954d91b97c896ffc58ced13577 (diff) | |
download | freebsd-ports-gnome-21e7f521fd90d37034ba48079e854010a328a12a.tar.gz freebsd-ports-gnome-21e7f521fd90d37034ba48079e854010a328a12a.tar.zst freebsd-ports-gnome-21e7f521fd90d37034ba48079e854010a328a12a.zip |
- Fix after objformat removal
Reported by: pointyhat
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 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 |