View | Details | Raw Unified | Return to bug 54282
Collapse All | Expand All

(-)botan/Makefile (-1 / +8 lines)
Lines 30-35 Link Here
30
30
31
PLIST_SUB=	PORTVERSION=${PORTVERSION}
31
PLIST_SUB=	PORTVERSION=${PORTVERSION}
32
32
33
.include <bsd.port.pre.mk>
34
35
.if ${PERL_LEVEL} < 500601
36
BUILD_DEPENDS=	${SITE_PERL}/File/Spec.pm:${PORTSDIR}/devel/p5-File-Spec
37
RUN_DEPENDS=	${BUILD_DEPENDS}
38
.endif
39
33
post-patch:
40
post-patch:
34
	@${REINPLACE_CMD} -e "s,/usr/local,${PREFIX},g ; \
41
	@${REINPLACE_CMD} -e "s,/usr/local,${PREFIX},g ; \
35
		s,%%CFLAGS%%,${CFLAGS},g" ${WRKSRC}/${CONFIGURE_SCRIPT}
42
		s,%%CFLAGS%%,${CFLAGS},g" ${WRKSRC}/${CONFIGURE_SCRIPT}
Lines 38-41 Link Here
38
post-install:
45
post-install:
39
	@${RM} -f ${PREFIX}/include/botan/botan
46
	@${RM} -f ${PREFIX}/include/botan/botan
40
47
41
.include <bsd.port.mk>
48
.include <bsd.port.post.mk>

Return to bug 54282