diff options
author | krion <krion@FreeBSD.org> | 2003-10-18 20:41:52 +0800 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2003-10-18 20:41:52 +0800 |
commit | bb1c04252945ef8c6cb2960255ab34a86297f74d (patch) | |
tree | d5b203dfd1302d8d3e71ea71cf763995f9c4bb4b /devel/libidn/Makefile | |
parent | 2956ae8b1a114f2f26b2b6dfbe73df15e6fe8862 (diff) | |
download | freebsd-ports-gnome-bb1c04252945ef8c6cb2960255ab34a86297f74d.tar.gz freebsd-ports-gnome-bb1c04252945ef8c6cb2960255ab34a86297f74d.tar.zst freebsd-ports-gnome-bb1c04252945ef8c6cb2960255ab34a86297f74d.zip |
- Update to version 0.3.3
Diffstat (limited to 'devel/libidn/Makefile')
-rw-r--r-- | devel/libidn/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/devel/libidn/Makefile b/devel/libidn/Makefile index dbd36b223c38..59929ddfd5d8 100644 --- a/devel/libidn/Makefile +++ b/devel/libidn/Makefile @@ -6,7 +6,7 @@ # PORTNAME= libidn -PORTVERSION= 0.3.2 +PORTVERSION= 0.3.3 CATEGORIES= devel MASTER_SITES= ftp://alpha.gnu.org/pub/gnu/${PORTNAME}/ \ ftp://ftp.funet.fi/pub/mirrors/alpha.gnu.org/gnu/${PORTNAME}/ \ @@ -44,7 +44,8 @@ MAN3= idna_to_ascii_4i.3 idna_to_ascii_4z.3 idna_to_ascii_8z.3 \ stringprep_profile.3 stringprep_ucs4_nfkc_normalize.3 \ stringprep_ucs4_to_utf8.3 stringprep_unichar_to_utf8.3 \ stringprep_utf8_nfkc_normalize.3 stringprep_utf8_to_locale.3 \ - stringprep_utf8_to_ucs4.3 stringprep_utf8_to_unichar.3 + stringprep_utf8_to_ucs4.3 stringprep_utf8_to_unichar.3 \ + stringprep_4i.3 stringprep_4zi.3 post-install: .if !defined(NOPORTDOCS) |