Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 13 Sep 2013 14:41:22 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r327152 - head/editors/nvi-devel
Message-ID:  <201309131441.r8DEfM9r039963@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Fri Sep 13 14:41:21 2013
New Revision: 327152
URL: http://svnweb.freebsd.org/changeset/ports/327152

Log:
  Add a missing dependency on pkgconf

Modified:
  head/editors/nvi-devel/Makefile

Modified: head/editors/nvi-devel/Makefile
==============================================================================
--- head/editors/nvi-devel/Makefile	Fri Sep 13 14:31:11 2013	(r327151)
+++ head/editors/nvi-devel/Makefile	Fri Sep 13 14:41:21 2013	(r327152)
@@ -21,7 +21,7 @@ USE_BZIP2=		yes
 WRKSRC=			${WRKDIR}/${DISTNAME}/build.unix
 USE_AUTOTOOLS=		libtool
 USE_LDCONFIG=		yes
-USES=			iconv
+USES=			iconv pkgconfig
 USE_BDB=		42+
 CONFIGURE_ARGS+=	--with-db-prefix=${LOCALBASE} \
 			--program-prefix=n



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201309131441.r8DEfM9r039963>