diff options
author | Andrej Zverev <az@FreeBSD.org> | 2014-09-20 06:45:28 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2014-09-20 06:45:28 +0000 |
commit | a2ea1af6bd392e8f3bdf90d3e6aced7a776ded05 (patch) | |
tree | 2ce60e9193e4f2d85c5e905874bab9acc1c8c1c5 | |
parent | fix build with perl 5.18 (diff) |
fix build with perl 5.18
PR: 193064
Notes
Notes:
svn path=/head/; revision=368626
-rw-r--r-- | textproc/p5-Tree-Suffix/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/textproc/p5-Tree-Suffix/Makefile b/textproc/p5-Tree-Suffix/Makefile index 61299aa65fba..8aa38c337229 100644 --- a/textproc/p5-Tree-Suffix/Makefile +++ b/textproc/p5-Tree-Suffix/Makefile @@ -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> |