svn commit: r377611 - head/devel/rubygem-gh

Dmitry Marakasov amdmi3 at FreeBSD.org
Wed Jan 21 13:57:04 UTC 2015


Author: amdmi3
Date: Wed Jan 21 13:57:02 2015
New Revision: 377611
URL: https://svnweb.freebsd.org/changeset/ports/377611
QAT: https://qat.redports.org/buildarchive/r377611/

Log:
  - Fix depends

Modified:
  head/devel/rubygem-gh/Makefile

Modified: head/devel/rubygem-gh/Makefile
==============================================================================
--- head/devel/rubygem-gh/Makefile	Wed Jan 21 13:56:55 2015	(r377610)
+++ head/devel/rubygem-gh/Makefile	Wed Jan 21 13:57:02 2015	(r377611)
@@ -12,7 +12,7 @@ COMMENT=	Multi-layer client for the gith
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-RUB_DEPENDS=	rubygem-addressable>=0:${PORTSDIR}/www/rubygem-addressable \
+RUN_DEPENDS=	rubygem-addressable>=0:${PORTSDIR}/www/rubygem-addressable \
 		rubygem-backports>=0:${PORTSDIR}/devel/rubygem-backports \
 		rubygem-faraday>=0.8:${PORTSDIR}/www/rubygem-faraday \
 		rubygem-multi_json>=1.0:${PORTSDIR}/devel/rubygem-multi_json \


More information about the svn-ports-all mailing list