Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 27 Jun 2015 21:03:03 +0000 (UTC)
From:      Tijl Coosemans <tijl@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r390733 - head/devel/ruby-build
Message-ID:  <201506272103.t5RL332P093460@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tijl
Date: Sat Jun 27 21:03:03 2015
New Revision: 390733
URL: https://svnweb.freebsd.org/changeset/ports/390733

Log:
  Partially revert r390616 and restore run dependencies on gmake and
  autoconf.

Modified:
  head/devel/ruby-build/Makefile

Modified: head/devel/ruby-build/Makefile
==============================================================================
--- head/devel/ruby-build/Makefile	Sat Jun 27 20:58:08 2015	(r390732)
+++ head/devel/ruby-build/Makefile	Sat Jun 27 21:03:03 2015	(r390733)
@@ -3,6 +3,7 @@
 PORTNAME=	ruby-build
 PORTVERSION=	20150519
 DISTVERSIONPREFIX=	v
+PORTREVISION=	1
 CATEGORIES=	devel ruby
 
 MAINTAINER=	meta+ports@vmeta.jp
@@ -11,10 +12,9 @@ COMMENT=	Compile and install different r
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-RUN_DEPENDS=	curl:${PORTSDIR}/ftp/curl
-
-USES=	gmake
-USE_AUTOTOOL=	autoconf
+RUN_DEPENDS=	autoconf>0:${PORTSDIR}/devel/autoconf \
+		curl:${PORTSDIR}/ftp/curl \
+		gmake:${PORTSDIR}/devel/gmake
 
 OPTIONS_DEFINE=	RBENV
 RBENV_DESC=	Install rbenv for installation support



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201506272103.t5RL332P093460>