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

(-)p5-Xmms/Makefile (-3 / +13 lines)
Lines 24-34 Link Here
24
site_perl=	${SITE_PERL}
24
site_perl=	${SITE_PERL}
25
25
26
PERL_CONFIGURE=	YES
26
PERL_CONFIGURE=	YES
27
USE_REINPLACE=	yes
27
28
28
MAN3=		Xmms::Config.3 \
29
MAN3=		Xmms::Remote.3 \
29
		Xmms::Remote.3 \
30
		Xmms::SongChange.3 \
30
		Xmms::SongChange.3 \
31
		Xmms.3 \
31
		Xmms.3 \
32
		Bundle::Xmms.3
32
		Bundle::Xmms.3
33
33
34
.include <bsd.port.mk>
34
.include <bsd.port.pre.mk>
35
36
.if ${PERL_LEVEL} >= 500800
37
MAN3+=		Xmms::Config.3
38
.endif
39
40
post-patch:
41
	@${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|' \
42
		${WRKSRC}/SongChange/Makefile.PL
43
44
.include <bsd.port.post.mk>

Return to bug 77742