summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--textproc/p5-Tree-Suffix/Makefile4
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>