diff options
author | ijliao <ijliao@FreeBSD.org> | 2002-04-09 21:23:26 +0800 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2002-04-09 21:23:26 +0800 |
commit | 244a7c3a13a0321475029abd3c901a2c72319fb7 (patch) | |
tree | 2b962c3933965f723f72849211585739d1cda1a5 /net-im | |
parent | 0424c41c7057f49a0209b6037bde99972c077466 (diff) | |
download | freebsd-ports-gnome-244a7c3a13a0321475029abd3c901a2c72319fb7.tar.gz freebsd-ports-gnome-244a7c3a13a0321475029abd3c901a2c72319fb7.tar.zst freebsd-ports-gnome-244a7c3a13a0321475029abd3c901a2c72319fb7.zip |
add libiconv dependence
PR: 36924
Submitted by: Peter van Dijk <peter@dataloss.nl>
Diffstat (limited to 'net-im')
-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 |