aboutsummaryrefslogtreecommitdiff
path: root/converters/ruby-iconv
diff options
context:
space:
mode:
authorAkinori MUSHA <knu@FreeBSD.org>2000-09-24 21:56:45 +0000
committerAkinori MUSHA <knu@FreeBSD.org>2000-09-24 21:56:45 +0000
commit7ea58c48c9577e90e3e7966ed10bb7ce0e1901b1 (patch)
treeb09a8902c09a2b0c570a13fcac4d4e4148a987e5 /converters/ruby-iconv
parentf91cce3dfd467a268e035cde2f6c3294d0d94c75 (diff)
downloadports-7ea58c48c9577e90e3e7966ed10bb7ce0e1901b1.tar.gz
ports-7ea58c48c9577e90e3e7966ed10bb7ce0e1901b1.zip
Thanks to converter/iconv's update to 1.1, now ruby-iconv can use it
instead of converters/libiconv (giconv). :)
Notes
Notes: svn path=/head/; revision=33076
Diffstat (limited to 'converters/ruby-iconv')
-rw-r--r--converters/ruby-iconv/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/converters/ruby-iconv/Makefile b/converters/ruby-iconv/Makefile
index c9704a2fc6d7..8ab66d6ed46e 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>