From 4bef17ac1112c4d76a09881c12523530894fc046 Mon Sep 17 00:00:00 2001 From: swills Date: Tue, 29 May 2012 03:21:20 +0000 Subject: - Switch to FETCH_DEPENDS to fix fetch during build --- converters/ruby-iconv/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'converters') diff --git a/converters/ruby-iconv/Makefile b/converters/ruby-iconv/Makefile index c330a6437126..03fa98bfd168 100644 --- a/converters/ruby-iconv/Makefile +++ b/converters/ruby-iconv/Makefile @@ -18,7 +18,7 @@ DISTNAME= ${PORTNAME} MAINTAINER= ruby@FreeBSD.org COMMENT= An iconv wrapper class for Ruby -BUILD_DEPENDS= ${NONEXISTENT}:${PORTSDIR}/${RUBY_PORT}:patch +FETCH_DEPENDS= ${NONEXISTENT}:${PORTSDIR}/${RUBY_PORT}:patch USE_ICONV= yes -- cgit