Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 17 Mar 2014 09:27:32 +0000 (UTC)
From:      Frederic Culot <culot@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r348455 - head/editors/zile
Message-ID:  <201403170927.s2H9RWWZ067377@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: culot
Date: Mon Mar 17 09:27:32 2014
New Revision: 348455
URL: http://svnweb.freebsd.org/changeset/ports/348455
QAT: https://qat.redports.org/buildarchive/r348455/

Log:
  - Add missing USES=pkgconfig
  
  Reported by:    antoine@

Modified:
  head/editors/zile/Makefile

Modified: head/editors/zile/Makefile
==============================================================================
--- head/editors/zile/Makefile	Mon Mar 17 09:26:49 2014	(r348454)
+++ head/editors/zile/Makefile	Mon Mar 17 09:27:32 2014	(r348455)
@@ -3,6 +3,7 @@
 
 PORTNAME=	zile
 PORTVERSION=	2.4.11
+PORTREVISION=	1
 CATEGORIES=	editors
 MASTER_SITES=	GNU
 
@@ -14,7 +15,7 @@ LICENSE=	GPLv3
 LIB_DEPENDS=	libgc.so:${PORTSDIR}/devel/boehm-gc
 BUILD_DEPENDS=	${LOCALBASE}/bin/help2man:${PORTSDIR}/misc/help2man
 
-USES=		gmake perl5
+USES=		gmake perl5 pkgconfig
 USE_PERL5=	build
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--without-included-regex



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