diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-01 14:00:51 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-01 14:00:51 +0000 |
commit | 4e1b79a0a61f4973df8b4b0864d22086c769e219 (patch) | |
tree | 78ceaf1b099c56a40c240ab46278cdf4ae9e7c01 /devel/ruby-build/Makefile | |
parent | 7f4572eae4327c4403d9ef714cb6de917650662a (diff) | |
download | ports-4e1b79a0a61f4973df8b4b0864d22086c769e219.tar.gz ports-4e1b79a0a61f4973df8b4b0864d22086c769e219.zip |
Notes
Diffstat (limited to 'devel/ruby-build/Makefile')
-rw-r--r-- | devel/ruby-build/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/devel/ruby-build/Makefile b/devel/ruby-build/Makefile index 7a4459f80719..ea05803b3464 100644 --- a/devel/ruby-build/Makefile +++ b/devel/ruby-build/Makefile @@ -11,14 +11,14 @@ COMMENT= Compile and install different ruby versions LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= autoconf>0:${PORTSDIR}/devel/autoconf \ - curl:${PORTSDIR}/ftp/curl \ - gmake:${PORTSDIR}/devel/gmake +RUN_DEPENDS= autoconf>0:devel/autoconf \ + curl:ftp/curl \ + gmake:devel/gmake OPTIONS_DEFINE= RBENV RBENV_DESC= Install rbenv for installation support OPTIONS_DEFAULT= RBENV -RBENV_RUN_DEPENDS= rbenv:${PORTSDIR}/devel/rbenv +RBENV_RUN_DEPENDS= rbenv:devel/rbenv USE_GITHUB= yes GH_ACCOUNT= sstephenson |