diff options
author | sobomax <sobomax@FreeBSD.org> | 2000-11-29 11:46:42 +0000 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2000-11-29 11:46:42 +0000 |
commit | 58ec9317a6faf1ee4e4ea45c51279923b3c023e9 (patch) | |
tree | 7c8f4cc253dee4acda58b15ef25a016c7b5509ed /textproc/libxml2 | |
parent | 2b8488895de4a50f18123e183f0f81ece2b92562 (diff) | |
download | FreeBSD-ports-58ec9317a6faf1ee4e4ea45c51279923b3c023e9.zip FreeBSD-ports-58ec9317a6faf1ee4e4ea45c51279923b3c023e9.tar.gz |
Update iconv to 2.0 and reflect shared library version bump.
PR: 23163, 23164, 23165
Submitted by: maintainer
Diffstat (limited to 'textproc/libxml2')
-rw-r--r-- | textproc/libxml2/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/libxml2/Makefile b/textproc/libxml2/Makefile index 508356c..d3d9adc 100644 --- a/textproc/libxml2/Makefile +++ b/textproc/libxml2/Makefile @@ -14,7 +14,7 @@ MASTER_SITE_SUBDIR= stable/sources/libxml MAINTAINER= ade@FreeBSD.org -LIB_DEPENDS= iconv.1:${PORTSDIR}/converters/iconv +LIB_DEPENDS= iconv.2:${PORTSDIR}/converters/iconv USE_GMAKE= yes USE_LIBTOOL= yes |