svn commit: r348455 - head/editors/zile
Frederic Culot
culot at FreeBSD.org
Mon Mar 17 09:27:32 UTC 2014
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
More information about the svn-ports-all
mailing list