diff options
author | alex <alex@FreeBSD.org> | 2001-01-13 00:01:28 +0800 |
---|---|---|
committer | alex <alex@FreeBSD.org> | 2001-01-13 00:01:28 +0800 |
commit | cb495cf34466d3e9c7c9a866f235f6cb43ae76cb (patch) | |
tree | 1363fba5f65a46ce84d846fc7464ccc69cfaeed6 /textproc/sablotron | |
parent | af9adeff07f0123a346ea44ec4a5d5e4adc61a58 (diff) | |
download | freebsd-ports-gnome-cb495cf34466d3e9c7c9a866f235f6cb43ae76cb.tar.gz freebsd-ports-gnome-cb495cf34466d3e9c7c9a866f235f6cb43ae76cb.tar.zst freebsd-ports-gnome-cb495cf34466d3e9c7c9a866f235f6cb43ae76cb.zip |
libiconv is at version 2 now.
Submitted by: bento
Diffstat (limited to 'textproc/sablotron')
-rw-r--r-- | textproc/sablotron/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/sablotron/Makefile b/textproc/sablotron/Makefile index ccadb4345e18..ec7fbea358ca 100644 --- a/textproc/sablotron/Makefile +++ b/textproc/sablotron/Makefile @@ -16,7 +16,7 @@ PATCH_DIST_STRIP= -p1 MAINTAINER= skv@protey.ru -LIB_DEPENDS= iconv.1:${PORTSDIR}/converters/iconv \ +LIB_DEPENDS= iconv.2:${PORTSDIR}/converters/iconv \ expat.2:${PORTSDIR}/textproc/expat2 INSTALLS_SHLIB= yes |