View | Details | Raw Unified | Return to bug 193413
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 64-70 Link Here
64
CAPIDOCS_CONFIGURE_OFF=	--disable-install-capi
63
CAPIDOCS_CONFIGURE_OFF=	--disable-install-capi
65
RDOC_CONFIGURE_OFF=	--disable-install-rdoc
64
RDOC_CONFIGURE_OFF=	--disable-install-rdoc
66
65
67
USES=		tar:bzip2 cpe
66
USES=		execinfo cpe tar:bzip2
68
67
69
CPE_VENDOR=	ruby-lang
68
CPE_VENDOR=	ruby-lang
70
CPE_VERSION=	${RUBY_RELVERSION}
69
CPE_VERSION=	${RUBY_RELVERSION}

Return to bug 193413