From aa635c3cda6ff98afbe305f9f65d2c18f544e745 Mon Sep 17 00:00:00 2001 From: "Philip M. Gollucci" Date: Tue, 20 Dec 2011 00:08:14 +0000 Subject: [PATCH] fix duplicate latest links Reported by: erwin --- devel/rubygem-yajl-ruby077/Makefile | 2 ++ net/rubygem-amqp067/Makefile | 2 ++ 2 files changed, 4 insertions(+) diff --git a/devel/rubygem-yajl-ruby077/Makefile b/devel/rubygem-yajl-ruby077/Makefile index e9d1dcd8cce0..8d9383db9c1e 100644 --- a/devel/rubygem-yajl-ruby077/Makefile +++ b/devel/rubygem-yajl-ruby077/Makefile @@ -15,6 +15,8 @@ COMMENT= A streaming JSON parsing and encoding library for Ruby LICENSE= MIT +NO_LATEST_LINK= yes + USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes diff --git a/net/rubygem-amqp067/Makefile b/net/rubygem-amqp067/Makefile index 680b3e2ab79a..2824601eae99 100644 --- a/net/rubygem-amqp067/Makefile +++ b/net/rubygem-amqp067/Makefile @@ -14,6 +14,8 @@ COMMENT= An implementation of the AMQP protocol for RabbitMQ clients RUN_DEPENDS= rubygem-eventmachine>=0.12.4:${PORTSDIR}/devel/rubygem-eventmachine +NO_LATEST_LINK= yes + USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes