svn commit: r390733 - head/devel/ruby-build

Tijl Coosemans tijl at FreeBSD.org
Sat Jun 27 21:03:04 UTC 2015


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 at 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


More information about the svn-ports-head mailing list