View | Details | Raw Unified | Return to bug 162298 | Differences between
and this patch

Collapse All | Expand All

(-)Makefile (-1 / +2 lines)
Lines 20-26 Link Here
20
.include <bsd.port.pre.mk>
20
.include <bsd.port.pre.mk>
21
21
22
.if ${RUBY_VER} < 1.9
22
.if ${RUBY_VER} < 1.9
23
USE_RUBY_FEATURES=	iconv
23
BUILD_DEPENDS+=	${DEPEND_RUBY_ICONV}
24
RUN_DEPENDS+=	${DEPEND_RUBY_ICONV}
24
.endif
25
.endif
25
26
26
.include <bsd.port.post.mk>
27
.include <bsd.port.post.mk>

Return to bug 162298