diff options
author | swills <swills@FreeBSD.org> | 2012-05-29 11:21:20 +0800 |
---|---|---|
committer | swills <swills@FreeBSD.org> | 2012-05-29 11:21:20 +0800 |
commit | 4bef17ac1112c4d76a09881c12523530894fc046 (patch) | |
tree | 570367c8044d2877dce5ba07f92728b28f24039b /converters | |
parent | 2b601614a7f2b0c642e2ac8fe07a4dd0be34d03a (diff) | |
download | freebsd-ports-gnome-4bef17ac1112c4d76a09881c12523530894fc046.tar.gz freebsd-ports-gnome-4bef17ac1112c4d76a09881c12523530894fc046.tar.zst freebsd-ports-gnome-4bef17ac1112c4d76a09881c12523530894fc046.zip |
- Switch to FETCH_DEPENDS to fix fetch during build
Diffstat (limited to 'converters')
-rw-r--r-- | converters/ruby-iconv/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |