diff options
author | bland <bland@FreeBSD.org> | 2003-10-14 16:00:14 +0800 |
---|---|---|
committer | bland <bland@FreeBSD.org> | 2003-10-14 16:00:14 +0800 |
commit | 4039b16e7cf064294909093941cb77e17a3d92b1 (patch) | |
tree | 2561d49696da23963d936e0c07be7ff9a0b08b7e /converters/libiconv/Makefile | |
parent | 2372ac7fe27e0ca501af150a8c5b978532613044 (diff) | |
download | freebsd-ports-gnome-4039b16e7cf064294909093941cb77e17a3d92b1.tar.gz freebsd-ports-gnome-4039b16e7cf064294909093941cb77e17a3d92b1.tar.zst freebsd-ports-gnome-4039b16e7cf064294909093941cb77e17a3d92b1.zip |
Add depricated charset names to mapping. They still required by older
4.x systems.
Reminded by: marcus
Diffstat (limited to 'converters/libiconv/Makefile')
-rw-r--r-- | converters/libiconv/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/converters/libiconv/Makefile b/converters/libiconv/Makefile index d4266c06c8b3..4a1f86e49cc4 100644 --- a/converters/libiconv/Makefile +++ b/converters/libiconv/Makefile @@ -7,7 +7,7 @@ PORTNAME= libiconv PORTVERSION= 1.9.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= converters devel MASTER_SITES= ${MASTER_SITE_GNU} MASTER_SITE_SUBDIR= ${PORTNAME} |