Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 18 Jul 2014 05:44:31 +0000 (UTC)
From:      Yen-Ming Lee <leeym@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r362177 - head/textproc/antiword
Message-ID:  <201407180544.s6I5iVH6047196@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: leeym
Date: Fri Jul 18 05:44:31 2014
New Revision: 362177
URL: http://svnweb.freebsd.org/changeset/ports/362177
QAT: https://qat.redports.org/buildarchive/r362177/

Log:
  - add USES=perl5 and USE_PERL5=build for Unix-only/fontinfo.pl

Modified:
  head/textproc/antiword/Makefile

Modified: head/textproc/antiword/Makefile
==============================================================================
--- head/textproc/antiword/Makefile	Fri Jul 18 05:29:34 2014	(r362176)
+++ head/textproc/antiword/Makefile	Fri Jul 18 05:44:31 2014	(r362177)
@@ -15,7 +15,8 @@ LICENSE=	GPLv2
 BUILD_DEPENDS=	${LOCALBASE}/share/ghostscript/fonts/n022003l.afm:${PORTSDIR}/print/gsfonts
 RUN_DEPENDS=	${LOCALBASE}/share/ghostscript/fonts/n022003l.afm:${PORTSDIR}/print/gsfonts
 
-USES=		gmake shebangfix
+USES=		gmake shebangfix perl5
+USE_PERL5=	build
 SHEBANG_FILES=	kantiword Unix-only/fontinfo.pl
 MAKE_JOBS_UNSAFE=yes
 INSTALL_TARGET=	global_install



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201407180544.s6I5iVH6047196>