From 6c5971d095381a40ab19a478c9a5f557491fe45c Mon Sep 17 00:00:00 2001 From: swills Date: Tue, 25 Jun 2013 20:03:24 +0000 Subject: - Add libcurl dependency missed in original commit --- www/rubygem-ethon/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/www/rubygem-ethon/Makefile b/www/rubygem-ethon/Makefile index 7701ddc619ef..a075980ffd97 100644 --- a/www/rubygem-ethon/Makefile +++ b/www/rubygem-ethon/Makefile @@ -10,6 +10,7 @@ COMMENT= Very lightweight libcurl wrapper 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 -- cgit