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

Collapse All | Expand All

(-)Makefile (-1 / +3 lines)
Lines 7-12 Link Here
7
7
8
PORTNAME=	json_pure
8
PORTNAME=	json_pure
9
PORTVERSION=	1.6.1
9
PORTVERSION=	1.6.1
10
PORTREVISION=	1
10
CATEGORIES=	devel rubygems
11
CATEGORIES=	devel rubygems
11
MASTER_SITES=	RG
12
MASTER_SITES=	RG
12
13
Lines 22-28 Link Here
22
.include <bsd.port.pre.mk>
23
.include <bsd.port.pre.mk>
23
24
24
.if ${RUBY_VER} < 1.9
25
.if ${RUBY_VER} < 1.9
25
USE_RUBY_FEATURES=	iconv
26
BUILD_DEPENDS+=         ${DEPEND_RUBY_ICONV}
27
RUN_DEPENDS+=           ${DEPEND_RUBY_ICONV}
26
.endif
28
.endif
27
29
28
.include <bsd.port.post.mk>
30
.include <bsd.port.post.mk>

Return to bug 162298