Date: Sat, 25 Jan 2014 01:04:41 +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: r340977 - head/editors/zile Message-ID: <201401250104.s0P14f7g029425@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bapt Date: Sat Jan 25 01:04:40 2014 New Revision: 340977 URL: http://svnweb.freebsd.org/changeset/ports/340977 QAT: https://qat.redports.org/buildarchive/r340977/ Log: Support stage Modified: head/editors/zile/Makefile Modified: head/editors/zile/Makefile ============================================================================== --- head/editors/zile/Makefile Sat Jan 25 00:59:55 2014 (r340976) +++ head/editors/zile/Makefile Sat Jan 25 01:04:40 2014 (r340977) @@ -9,17 +9,16 @@ MASTER_SITES= GNU MAINTAINER= culot@FreeBSD.org COMMENT= Small emacs-like text editor -LIB_DEPENDS= gc:${PORTSDIR}/devel/boehm-gc +LIB_DEPENDS= libgc.so:${PORTSDIR}/devel/boehm-gc BUILD_DEPENDS= ${LOCALBASE}/bin/help2man:${PORTSDIR}/misc/help2man -USE_GMAKE= yes -USES= perl5 +USES= gmake perl5 USE_PERL5= build GNU_CONFIGURE= yes CONFIGURE_ARGS= --without-included-regex -MAN1= ${PORTNAME}.1 PLIST_FILES= bin/${PORTNAME} \ + man/man1/${PORTNAME}.1.gz \ %%DOCSDIR%%/AUTHORS \ %%DOCSDIR%%/FAQ \ %%DOCSDIR%%/NEWS \ @@ -29,7 +28,6 @@ PLIST_DIRS= %%DOCSDIR%% CPPFLAGS+= -I${LOCALBASE}/include -isystem /usr/include/gnu LDFLAGS+= -L${LOCALBASE}/lib -lgnuregex -NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e \ '/need_charset_alias=/s|true|false|g' ${WRKSRC}/lib/Makefile.in
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201401250104.s0P14f7g029425>