Index: branches/2021Q1/editors/zile/Makefile =================================================================== --- branches/2021Q1/editors/zile/Makefile (revision 561096) +++ branches/2021Q1/editors/zile/Makefile (revision 561097) @@ -1,39 +1,40 @@ # Created by: Jason Evans # $FreeBSD$ PORTNAME= zile PORTVERSION= 2.4.14 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= editors MASTER_SITES= GNU MAINTAINER= culot@FreeBSD.org COMMENT= Small emacs-like text editor LICENSE= GPLv3 -LIB_DEPENDS= libgc.so:devel/boehm-gc +LIB_DEPENDS= libgc.so:devel/boehm-gc \ + libgnuregex.so.6:devel/libgnuregex BUILD_DEPENDS= ${LOCALBASE}/bin/help2man:misc/help2man USES= gmake ncurses perl5 pkgconfig compiler:c++11-lang USE_PERL5= build GNU_CONFIGURE= yes CONFIGURE_ARGS= --without-included-regex PLIST_FILES= bin/${PORTNAME} \ man/man1/${PORTNAME}.1.gz \ %%DOCSDIR%%/AUTHORS \ %%DOCSDIR%%/FAQ \ %%DOCSDIR%%/NEWS \ %%DOCSDIR%%/dotzile.sample -CPPFLAGS+= -I${LOCALBASE}/include -isystem /usr/include/gnu +CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -lgnuregex post-patch: @${REINPLACE_CMD} -e \ '/need_charset_alias=/s|true|false|g' ${WRKSRC}/lib/Makefile.in @${REINPLACE_CMD} -e \ 's|@pkgdatadir@|${DOCSDIR}|' ${WRKSRC}/doc/man-extras .include Index: branches/2021Q1 =================================================================== --- branches/2021Q1 (revision 561096) +++ branches/2021Q1 (revision 561097) Property changes on: branches/2021Q1 ___________________________________________________________________ Modified: svn:mergeinfo ## -0,0 +0,1 ## Merged /head:r561090,561095