diff options
author | Tijl Coosemans <tijl@FreeBSD.org> | 2016-12-08 19:23:24 +0000 |
---|---|---|
committer | Tijl Coosemans <tijl@FreeBSD.org> | 2016-12-08 19:23:24 +0000 |
commit | 6ead27eb95b73463064db2a2ab7f92efd9f6d874 (patch) | |
tree | e2715d6c9595e25da79d8bb0b4341f2a5c8d82a4 /sysutils/kiconvtool | |
parent | 642bc3b19bec741c3872b6c722ea40d9838b5efc (diff) |
Remove libiconv.so.3 compatibility link that was added in r374303 to
prevent massive PORTREVISION bumps. Bump dependent ports that have not
been bumped since.
Notes
Notes:
svn path=/head/; revision=428150
Diffstat (limited to 'sysutils/kiconvtool')
-rw-r--r-- | sysutils/kiconvtool/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sysutils/kiconvtool/Makefile b/sysutils/kiconvtool/Makefile index d665175c8d50..28e59c3e2ab3 100644 --- a/sysutils/kiconvtool/Makefile +++ b/sysutils/kiconvtool/Makefile @@ -3,6 +3,7 @@ PORTNAME= kiconvtool PORTVERSION= 0.97 +PORTREVISION= 1 CATEGORIES= sysutils MASTER_SITES= http://mirror.amdmi3.ru/distfiles/ \ LOCAL/amdmi3 |