Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 20 Sep 2014 06:45:28 +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: r368626 - head/textproc/p5-Tree-Suffix
Message-ID:  <201409200645.s8K6jSha013929@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: az
Date: Sat Sep 20 06:45:28 2014
New Revision: 368626
URL: http://svnweb.freebsd.org/changeset/ports/368626
QAT: https://qat.redports.org/buildarchive/r368626/

Log:
  fix build with perl 5.18
  
  PR:		193064

Modified:
  head/textproc/p5-Tree-Suffix/Makefile

Modified: head/textproc/p5-Tree-Suffix/Makefile
==============================================================================
--- head/textproc/p5-Tree-Suffix/Makefile	Sat Sep 20 06:44:20 2014	(r368625)
+++ head/textproc/p5-Tree-Suffix/Makefile	Sat Sep 20 06:45:28 2014	(r368626)
@@ -10,10 +10,14 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	perl@FreeBSD.org
 COMMENT=	Perl interface to the libstree library
 
+BUILD_DEPENDS=	p5-Devel-CheckLib>=0:${PORTSDIR}/devel/p5-Devel-CheckLib
 LIB_DEPENDS=	libstree.so:${PORTSDIR}/textproc/libstree
 
 USES=		perl5
 USE_PERL5=	configure
 CFLAGS+=	-I${LOCALBASE}/include
 
+post-patch:
+	${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?201409200645.s8K6jSha013929>