diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2000-11-29 11:46:42 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2000-11-29 11:46:42 +0000 |
commit | 2d8ff23a74090d9b78f91f4b1c63e519476f5a61 (patch) | |
tree | 159260526dd4513612848d8ea2fe6c2e5d3ece40 /japanese/xchat | |
parent | d956447f833975008aff281f0bdd4ebf90133670 (diff) |
Update iconv to 2.0 and reflect shared library version bump.
PR: 23163, 23164, 23165
Submitted by: maintainer
Notes
Notes:
svn path=/head/; revision=35507
Diffstat (limited to 'japanese/xchat')
-rw-r--r-- | japanese/xchat/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/japanese/xchat/Makefile b/japanese/xchat/Makefile index 2832eec0cd26..1b26c9989806 100644 --- a/japanese/xchat/Makefile +++ b/japanese/xchat/Makefile @@ -18,7 +18,7 @@ PATCH_DIST_STRIP= -p1 MAINTAINER= knu@FreeBSD.org -LIB_DEPENDS= iconv.1:${PORTSDIR}/converters/iconv +LIB_DEPENDS= iconv.2:${PORTSDIR}/converters/iconv MASTERDIR= ${.CURDIR}/../../irc/xchat MD5_FILE= ${.CURDIR}/distinfo |