diff options
author | Steve Wills <swills@FreeBSD.org> | 2012-05-29 03:21:20 +0000 |
---|---|---|
committer | Steve Wills <swills@FreeBSD.org> | 2012-05-29 03:21:20 +0000 |
commit | 8dea82ccad89f7f73aee2ae1a6703391843e083b (patch) | |
tree | e1c65e5a053f35eb8f1cc3457460cee31201d1d9 /converters | |
parent | ca834fe41258c6ef995d3a721f6000600a22a9c2 (diff) |
Notes
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 |