diff options
author | knu <knu@FreeBSD.org> | 2004-03-21 09:35:10 +0000 |
---|---|---|
committer | knu <knu@FreeBSD.org> | 2004-03-21 09:35:10 +0000 |
commit | 995332d46a9f0813b10d242a1f7512b2af763116 (patch) | |
tree | 04a414b09a28095cc351e18028f77fdbad5883c2 /converters | |
parent | 7a6491e2da15601d08a7a4ac2162360e6b805af5 (diff) | |
download | FreeBSD-ports-995332d46a9f0813b10d242a1f7512b2af763116.zip FreeBSD-ports-995332d46a9f0813b10d242a1f7512b2af763116.tar.gz |
USE_ICONV.
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 16e9514..4e01ea2 100644 --- a/converters/ruby-iconv/Makefile +++ b/converters/ruby-iconv/Makefile @@ -14,7 +14,7 @@ PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} MAINTAINER= knu@FreeBSD.org COMMENT= An iconv wrapper class for Ruby -LIB_DEPENDS= iconv.3:${PORTSDIR}/converters/libiconv +USE_ICONV= yes USE_RUBY= yes USE_RUBY_EXTCONF= yes |