diff options
author | Frederic Culot <culot@FreeBSD.org> | 2014-03-17 09:27:32 +0000 |
---|---|---|
committer | Frederic Culot <culot@FreeBSD.org> | 2014-03-17 09:27:32 +0000 |
commit | 8bf2d5dd9bc883d2658d66074696a628500ea0ef (patch) | |
tree | e2647a63a7e51a704660fdf295d283e870b198d4 /editors | |
parent | - Remove #USE_GCC=yes, forgotten in previous commit (diff) |
- Add missing USES=pkgconfig
Reported by: antoine@
Notes
Notes:
svn path=/head/; revision=348455
Diffstat (limited to 'editors')
-rw-r--r-- | editors/zile/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/editors/zile/Makefile b/editors/zile/Makefile index a489364010ef..727f5c057872 100644 --- a/editors/zile/Makefile +++ b/editors/zile/Makefile @@ -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 |