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

(-)Makefile (-1 / +3 lines)
Lines 23-28 Link Here
23
USE_BZIP2=	yes
23
USE_BZIP2=	yes
24
USE_REINPLACE=	yes
24
USE_REINPLACE=	yes
25
25
26
.include <bsd.port.pre.mk>
27
26
.if !defined(WITHOUT_X11)
28
.if !defined(WITHOUT_X11)
27
LIB_DEPENDS+=	png.5:${PORTSDIR}/graphics/png \
29
LIB_DEPENDS+=	png.5:${PORTSDIR}/graphics/png \
28
		jpeg.9:${PORTSDIR}/graphics/jpeg \
30
		jpeg.9:${PORTSDIR}/graphics/jpeg \
Lines 39-42 Link Here
39
post-patch:
41
post-patch:
40
	@${REINPLACE_CMD} -e "s!/etc/!${PREFIX}/etc/!" ${WRKSRC}/default.c
42
	@${REINPLACE_CMD} -e "s!/etc/!${PREFIX}/etc/!" ${WRKSRC}/default.c
41
43
42
.include <bsd.port.mk>
44
.include <bsd.port.post.mk>

Return to bug 50680