svn commit: r321763 - head/www/rubygem-ethon

Steve Wills swills at FreeBSD.org
Tue Jun 25 20:03:25 UTC 2013


Author: swills
Date: Tue Jun 25 20:03:24 2013
New Revision: 321763
URL: http://svnweb.freebsd.org/changeset/ports/321763

Log:
  - Add libcurl dependency missed in original commit

Modified:
  head/www/rubygem-ethon/Makefile

Modified: head/www/rubygem-ethon/Makefile
==============================================================================
--- head/www/rubygem-ethon/Makefile	Tue Jun 25 20:03:21 2013	(r321762)
+++ head/www/rubygem-ethon/Makefile	Tue Jun 25 20:03:24 2013	(r321763)
@@ -10,6 +10,7 @@ COMMENT=	Very lightweight libcurl wrappe
 
 RUN_DEPENDS=	rubygem-ffi>=1.3.0:${PORTSDIR}/devel/rubygem-ffi \
 		rubygem-mime-types>=1.18:${PORTSDIR}/misc/rubygem-mime-types
+LIB_DEPENDS=	curl:${PORTSDIR}/ftp/curl
 
 USE_RUBY=	yes
 USE_RUBYGEMS=	yes


More information about the svn-ports-head mailing list