diff options
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> |