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

(-)Makefile (-3 / +2 lines)
Lines 17-24 Link Here
17
LICENSE=	BSD2CLAUSE RUBY
17
LICENSE=	BSD2CLAUSE RUBY
18
LICENSE_COMB=	dual
18
LICENSE_COMB=	dual
19
19
20
LIB_DEPENDS=	libexecinfo.so:${PORTSDIR}/devel/libexecinfo \
20
LIB_DEPENDS=	libyaml.so:${PORTSDIR}/textproc/libyaml
21
		libyaml.so:${PORTSDIR}/textproc/libyaml
22
21
23
# Using LIB_DEPENDS finds the libffi from gcc which causes problems
22
# Using LIB_DEPENDS finds the libffi from gcc which causes problems
24
BUILD_DEPENDS=	libffi>=0:${PORTSDIR}/devel/libffi
23
BUILD_DEPENDS=	libffi>=0:${PORTSDIR}/devel/libffi
Lines 66-72 Link Here
66
CAPIDOCS_CONFIGURE_OFF=	--disable-install-capi
65
CAPIDOCS_CONFIGURE_OFF=	--disable-install-capi
67
RDOC_CONFIGURE_OFF=	--disable-install-rdoc
66
RDOC_CONFIGURE_OFF=	--disable-install-rdoc
68
67
69
USES=		tar:bzip2 cpe
68
USES=		execinfo cpe tar:bzip2
70
69
71
CPE_VENDOR=	ruby-lang
70
CPE_VENDOR=	ruby-lang
72
CPE_VERSION=	${RUBY_RELVERSION}
71
CPE_VERSION=	${RUBY_RELVERSION}

Return to bug 193412