diff options
author | Dmitry Sivachenko <demon@FreeBSD.org> | 2001-08-28 11:22:45 +0000 |
---|---|---|
committer | Dmitry Sivachenko <demon@FreeBSD.org> | 2001-08-28 11:22:45 +0000 |
commit | 8a756caf37857c7028a48eb150e204ae5e4f5c26 (patch) | |
tree | e50dde95c780ca6d05105250135fb30484447d48 | |
parent | Upgrade to 1.4.1. (diff) |
libiconv provides giconv.2, not iconv.2
Notes
Notes:
svn path=/head/; revision=47016
-rw-r--r-- | net/gtk+licq/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/gtk+licq/Makefile b/net/gtk+licq/Makefile index 86a149b0a00d..2a416494e226 100644 --- a/net/gtk+licq/Makefile +++ b/net/gtk+licq/Makefile @@ -14,7 +14,7 @@ MAINTAINER= roman@xpert.com BUILD_DEPENDS= ${LOCALBASE}/include/licq/licq_icqd.h:${PORTSDIR}/net/licq LIB_DEPENDS= pspell.4:${PORTSDIR}/textproc/pspell \ - iconv.2:${PORTSDIR}/converters/libiconv + giconv.2:${PORTSDIR}/converters/libiconv RUN_DEPENDS= licq:${PORTSDIR}/net/licq # It breaks the build for some reason |