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/ruby-iconv/Makefile | |
parent | - Update to 0.7.2 (diff) |
- Switch to FETCH_DEPENDS to fix fetch during build
Notes
Notes:
svn path=/head/; revision=297636
Diffstat (limited to 'converters/ruby-iconv/Makefile')
-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 |