diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-04-09 13:23:26 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-04-09 13:23:26 +0000 |
commit | 9194017081a1a715d6d573846b0f2f4fb7143a74 (patch) | |
tree | 6daa52414ccfb75ef1e270de6a1b52ae5983a0a5 /net-im/centericq/Makefile | |
parent | Grammar nit: I_AGREE_TO_A_LICENSE_TERMS -> I_AGREE_TO_LICENSE_TERMS. (diff) |
add libiconv dependence
PR: 36924
Submitted by: Peter van Dijk <peter@dataloss.nl>
Notes
Notes:
svn path=/head/; revision=57502
Diffstat (limited to 'net-im/centericq/Makefile')
-rw-r--r-- | net-im/centericq/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net-im/centericq/Makefile b/net-im/centericq/Makefile index 0f6bce04f652..1f325facc4ca 100644 --- a/net-im/centericq/Makefile +++ b/net-im/centericq/Makefile @@ -14,7 +14,8 @@ MASTER_SITES= http://konst.org.ua/download/ MAINTAINER= ijliao@FreeBSD.org LIB_DEPENDS= intl.1:${PORTSDIR}/devel/gettext-old \ - sigc.1:${PORTSDIR}/devel/libsigc++ + sigc.1:${PORTSDIR}/devel/libsigc++ \ + iconv:${PORTSDIR}/converters/libiconv USE_GMAKE= yes GNU_CONFIGURE= yes |