diff options
author | knu <knu@FreeBSD.org> | 2000-09-24 21:56:45 +0000 |
---|---|---|
committer | knu <knu@FreeBSD.org> | 2000-09-24 21:56:45 +0000 |
commit | 49cacf7401702caedf541e745779843f7735dcf7 (patch) | |
tree | 415ac02372f5217e5ac9aacb28c9ae30b350506c /converters | |
parent | 870a19c04fc36781d4fe1f318c5100fb6b28e643 (diff) | |
download | FreeBSD-ports-49cacf7401702caedf541e745779843f7735dcf7.zip FreeBSD-ports-49cacf7401702caedf541e745779843f7735dcf7.tar.gz |
Thanks to converter/iconv's update to 1.1, now ruby-iconv can use it
instead of converters/libiconv (giconv). :)
Diffstat (limited to 'converters')
-rw-r--r-- | converters/ruby-iconv/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/converters/ruby-iconv/Makefile b/converters/ruby-iconv/Makefile index c9704a2..8ab66d6 100644 --- a/converters/ruby-iconv/Makefile +++ b/converters/ruby-iconv/Makefile @@ -7,6 +7,7 @@ PORTNAME= iconv PORTVERSION= 0.4.2.p3 +PORTREVISION= 1 CATEGORIES= converters ruby MASTER_SITES= http://member.nifty.ne.jp/nokada/archive/ PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} @@ -15,7 +16,7 @@ DIST_SUBDIR= ruby MAINTAINER= knu@FreeBSD.org -LIB_DEPENDS= giconv.2:${PORTSDIR}/converters/libiconv +LIB_DEPENDS= iconv.1:${PORTSDIR}/converters/iconv USE_RUBY= yes USE_RUBY_EXTCONF= yes @@ -39,6 +40,4 @@ post-install: .endfor .endif -.include <bsd.port.pre.mk> -.include "${PORTSDIR}/Mk/bsd.ruby.mk" -.include <bsd.port.post.mk> +.include <bsd.port.mk> |