diff options
author | alex <alex@FreeBSD.org> | 2001-01-12 23:58:56 +0800 |
---|---|---|
committer | alex <alex@FreeBSD.org> | 2001-01-12 23:58:56 +0800 |
commit | f9492d5fe0ab2c169b64048b12cb8022624b7eda (patch) | |
tree | 45b703b32adf1481c20e4cccaeb19e94a36a5253 /net-im | |
parent | 8ca910ab577407f4cd35f37cda537c01e5ddcc84 (diff) | |
download | freebsd-ports-gnome-f9492d5fe0ab2c169b64048b12cb8022624b7eda.tar.gz freebsd-ports-gnome-f9492d5fe0ab2c169b64048b12cb8022624b7eda.tar.zst freebsd-ports-gnome-f9492d5fe0ab2c169b64048b12cb8022624b7eda.zip |
This port needs libicq.
Found while debugging a (non-reproduceable) error from bento's logs.
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/centericq/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/net-im/centericq/Makefile b/net-im/centericq/Makefile index f2784fe3e354..d48157ba9784 100644 --- a/net-im/centericq/Makefile +++ b/net-im/centericq/Makefile @@ -19,6 +19,8 @@ CFLAGS+= -nostdinc -I${LOCALBASE}/include/ncurses \ -I${LOCALBASE}/include -I/usr/include .endif +LIB_DEPENDS= icq.0:${PORTSDIR}/net/libicq + USE_GMAKE= yes HAS_CONFIGURE= yes |