Date: Tue, 14 May 2013 20:01:30 +0000 (UTC) From: Johan van Selst <johans@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r318196 - head/print/texinfo Message-ID: <201305142001.r4EK1U8H073290@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: johans Date: Tue May 14 20:01:30 2013 New Revision: 318196 URL: http://svnweb.freebsd.org/changeset/ports/318196 Log: - Add explicit perl dependency (build + run) - Bump PORTREVISION Modified: head/print/texinfo/Makefile Modified: head/print/texinfo/Makefile ============================================================================== --- head/print/texinfo/Makefile Tue May 14 19:46:20 2013 (r318195) +++ head/print/texinfo/Makefile Tue May 14 20:01:30 2013 (r318196) @@ -3,6 +3,7 @@ PORTNAME= texinfo PORTVERSION= 5.1.20130419 +PORTREVISION= 1 CATEGORIES= print MASTER_SITES= ${MASTER_SITE_GNU} \ ftp://ftp.stack.nl/pub/users/johans/texinfo/${PORTVERSION:E}/ @@ -19,6 +20,7 @@ BUILD_DEPENDS+= help2man:${PORTSDIR}/mis FETCH_ARGS= -Ap GNU_CONFIGURE= yes USE_GMAKE= yes +USE_PERL5= yes USE_XZ= yes INSTALL_TARGET= install install-tex PKGDEINSTALL= ${PKGINSTALL}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201305142001.r4EK1U8H073290>