diff options
author | swills <swills@FreeBSD.org> | 2013-06-23 10:02:41 +0800 |
---|---|---|
committer | swills <swills@FreeBSD.org> | 2013-06-23 10:02:41 +0800 |
commit | f51635982ecfdc1cc14a43a47fc0fa3ce8f298fa (patch) | |
tree | 60a225a16e1b3ed3d17b9f57eb4d8bfc6b7137fc /net | |
parent | 112160393b9da5a83962b9eaf2fdc2f9117688d7 (diff) | |
download | freebsd-ports-gnome-f51635982ecfdc1cc14a43a47fc0fa3ce8f298fa.tar.gz freebsd-ports-gnome-f51635982ecfdc1cc14a43a47fc0fa3ce8f298fa.tar.zst freebsd-ports-gnome-f51635982ecfdc1cc14a43a47fc0fa3ce8f298fa.zip |
- Remove redundant dependency
PR: ports/179856
Submitted by: tota
Diffstat (limited to 'net')
-rw-r--r-- | net/rubygem-oauth/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/net/rubygem-oauth/Makefile b/net/rubygem-oauth/Makefile index caa67c2bf17a..2b016af60304 100644 --- a/net/rubygem-oauth/Makefile +++ b/net/rubygem-oauth/Makefile @@ -9,8 +9,6 @@ MASTER_SITES= RG MAINTAINER= ruby@FreeBSD.org COMMENT= Rubygem for Creating both OAuth Consumers and Service Providers -RUN_DEPENDS= ${RUBY_PKGNAMEPREFIX}hmac>=0.3.2:${PORTSDIR}/security/ruby-hmac - USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes |