svn commit: r368626 - head/textproc/p5-Tree-Suffix

Andrej Zverev az at FreeBSD.org
Sat Sep 20 06:45:29 UTC 2014


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 at 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>


More information about the svn-ports-head mailing list