aboutsummaryrefslogtreecommitdiff
path: root/devel/ruby-build/Makefile
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2016-04-01 14:00:51 +0000
committerMathieu Arnold <mat@FreeBSD.org>2016-04-01 14:00:51 +0000
commit4e1b79a0a61f4973df8b4b0864d22086c769e219 (patch)
tree78ceaf1b099c56a40c240ab46278cdf4ae9e7c01 /devel/ruby-build/Makefile
parent7f4572eae4327c4403d9ef714cb6de917650662a (diff)
downloadports-4e1b79a0a61f4973df8b4b0864d22086c769e219.tar.gz
ports-4e1b79a0a61f4973df8b4b0864d22086c769e219.zip
Notes
Diffstat (limited to 'devel/ruby-build/Makefile')
-rw-r--r--devel/ruby-build/Makefile8
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