diff options
author | swills <swills@FreeBSD.org> | 2013-06-26 04:03:24 +0800 |
---|---|---|
committer | swills <swills@FreeBSD.org> | 2013-06-26 04:03:24 +0800 |
commit | 6c5971d095381a40ab19a478c9a5f557491fe45c (patch) | |
tree | cf59009a1cc135a96f79916e317b92ce21af01e4 | |
parent | 23b07ec8451f122b17f347ba30cc3ada3286c5b8 (diff) | |
download | freebsd-ports-gnome-6c5971d095381a40ab19a478c9a5f557491fe45c.tar.gz freebsd-ports-gnome-6c5971d095381a40ab19a478c9a5f557491fe45c.tar.zst freebsd-ports-gnome-6c5971d095381a40ab19a478c9a5f557491fe45c.zip |
- Add libcurl dependency missed in original commit
-rw-r--r-- | www/rubygem-ethon/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
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 |