[Midnightbsd-cvs] mports [15599] trunk/editors/nvi-devel/Makefile: update depenency list
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Sun Nov 17 16:09:56 EST 2013
Revision: 15599
http://svnweb.midnightbsd.org/mports/?rev=15599
Author: laffer1
Date: 2013-11-17 16:09:55 -0500 (Sun, 17 Nov 2013)
Log Message:
-----------
update depenency list
Modified Paths:
--------------
trunk/editors/nvi-devel/Makefile
Modified: trunk/editors/nvi-devel/Makefile
===================================================================
--- trunk/editors/nvi-devel/Makefile 2013-11-17 21:08:55 UTC (rev 15598)
+++ trunk/editors/nvi-devel/Makefile 2013-11-17 21:09:55 UTC (rev 15599)
@@ -2,10 +2,11 @@
PORTNAME= nvi
PORTVERSION= 1.81.6
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= editors
-MASTER_SITES= http://www.kotnet.org/~skimo/nvi/devel/
-
+MASTER_SITES= http://garage.linux.student.kuleuven.be/~skimo/nvi/devel/ \
+ http://www.kotnet.org/~skimo/nvi/devel/
+
MAINTAINER= ports at MidnightBSD.org
COMMENT= Development snapshot of the world-renown nvi editor
LICENSE= bsd3
@@ -12,13 +13,15 @@
CONFLICTS_INSTALL= nvi-m17n-[0-9]* xnview-[0-9]*
-OPTIONS= WIDECHAR "Enable wide-character support (UTF-8)" on
+OPTIONS_DEFINE= WIDECHAR
+OPTIONS_DEFAULT=WIDECHAR
+WIDECHAR_DESC= Enable wide-character support (UTF-8)
USE_BZIP2= yes
WRKSRC= ${WRKDIR}/${DISTNAME}/build.unix
USE_AUTOTOOLS= libtool
USE_LDCONFIG= yes
-USE_ICONV= yes
+USES= iconv pkgconfig
USE_BDB= 42+
CONFIGURE_ARGS+= --with-db-prefix=${LOCALBASE} \
--program-prefix=n
@@ -27,7 +30,7 @@
.include <bsd.mport.options.mk>
-.if defined(WITH_WIDECHAR)
+.if ${PORT_OPTIONS:MWIDECHAR}
CONFIGURE_ARGS+= --enable-widechar
.endif
More information about the Midnightbsd-cvs
mailing list