aboutsummaryrefslogtreecommitdiffstats
path: root/editors
diff options
context:
space:
mode:
authorjohans <johans@FreeBSD.org>2010-03-14 04:15:38 +0800
committerjohans <johans@FreeBSD.org>2010-03-14 04:15:38 +0800
commit48c8ad7b42b4ea2da84a0e710198aeb59d251741 (patch)
tree3484b637ca15a13d71d87a47cf4584c75265a2e1 /editors
parentb66c8589f164156c4c4cdec76dfc6b51bbe3a531 (diff)
downloadfreebsd-ports-gnome-48c8ad7b42b4ea2da84a0e710198aeb59d251741.tar.gz
freebsd-ports-gnome-48c8ad7b42b4ea2da84a0e710198aeb59d251741.tar.zst
freebsd-ports-gnome-48c8ad7b42b4ea2da84a0e710198aeb59d251741.zip
- iconv should be a library dependency
Reported by: Christian Weisgerber
Diffstat (limited to 'editors')
-rw-r--r--editors/nvi-devel/Makefile11
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.