Date: Sat, 20 Sep 2014 06:36:35 +0000 (UTC) From: Andrej Zverev <az@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r368618 - head/devel/p5-VCP-Source-cvsbk Message-ID: <201409200636.s8K6aZum008481@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: az Date: Sat Sep 20 06:36:34 2014 New Revision: 368618 URL: http://svnweb.freebsd.org/changeset/ports/368618 QAT: https://qat.redports.org/buildarchive/r368618/ Log: fix build with perl 5.18 PR: 193064 Modified: head/devel/p5-VCP-Source-cvsbk/Makefile Modified: head/devel/p5-VCP-Source-cvsbk/Makefile ============================================================================== --- head/devel/p5-VCP-Source-cvsbk/Makefile Sat Sep 20 06:35:12 2014 (r368617) +++ head/devel/p5-VCP-Source-cvsbk/Makefile Sat Sep 20 06:36:34 2014 (r368618) @@ -11,10 +11,15 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= VCP source driver for bk exported cvs repository -BUILD_DEPENDS= p5-VCP-autrijus>=0:${PORTSDIR}/devel/p5-VCP-autrijus +BUILD_DEPENDS= p5-VCP-autrijus>=0:${PORTSDIR}/devel/p5-VCP-autrijus \ + p5-Module-Install>0:${PORTSDIR}/devel/p5-Module-Install RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 USE_PERL5= configure +post-patch: + # Really old M::I code + ${RM} -rf ${WRKSRC}/inc + .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201409200636.s8K6aZum008481>