diff options
author | Johan van Selst <johans@FreeBSD.org> | 2010-03-13 20:15:38 +0000 |
---|---|---|
committer | Johan van Selst <johans@FreeBSD.org> | 2010-03-13 20:15:38 +0000 |
commit | 04155322270f38b5f357e05a68651328f358085f (patch) | |
tree | 18558c6676e9134a4e76d032435cc8ac03bec4ad /editors | |
parent | 2bbd2998303a65a633c828955d25fde32b888ed7 (diff) | |
download | ports-04155322270f38b5f357e05a68651328f358085f.tar.gz ports-04155322270f38b5f357e05a68651328f358085f.zip |
Notes
Diffstat (limited to 'editors')
-rw-r--r-- | editors/nvi-devel/Makefile | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/editors/nvi-devel/Makefile b/editors/nvi-devel/Makefile index 2a23bfb8a866..a2a4b3df0004 100644 --- a/editors/nvi-devel/Makefile +++ b/editors/nvi-devel/Makefile @@ -7,17 +7,14 @@ PORTNAME= nvi PORTVERSION= 1.81.6 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= editors MASTER_SITES= http://www.kotnet.org/~skimo/nvi/devel/ MAINTAINER= johans@FreeBSD.org COMMENT= Development snapshot of the world-renown nvi editor -BUILD_DEPENDS= iconv:${PORTSDIR}/converters/libiconv -LIB_DEPENDS= db3.3:${PORTSDIR}/databases/db3 - -CONFLICTS= nvi-m17n-* +CONFLICTS= nvi-m17n-[0-9]* OPTIONS= WIDECHAR "Enable wide-character support (UTF-8)" On @@ -25,6 +22,8 @@ USE_BZIP2= yes WRKSRC= ${WRKDIR}/${DISTNAME}/build.unix USE_AUTOTOOLS= libtool:22 USE_LDCONFIG= yes +USE_ICONV= yes +USE_BDB= 3 CONFIGURE_ARGS+= --with-db-prefix=${LOCALBASE} \ --program-prefix=n CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -L${LOCALBASE}/lib" @@ -34,7 +33,7 @@ MAN1= nex.1 nvi.1 nview.1 .include <bsd.port.options.mk> .if defined(WITH_WIDECHAR) -CONFIGURE_ARGS+= --enable-widechar +CONFIGURE_ARGS+= --enable-widechar .endif # configure is 555, so you can't do a "make configure" as non-root. |