diff options
author | alex <alex@FreeBSD.org> | 2001-01-12 15:58:56 +0000 |
---|---|---|
committer | alex <alex@FreeBSD.org> | 2001-01-12 15:58:56 +0000 |
commit | f9492d5fe0ab2c169b64048b12cb8022624b7eda (patch) | |
tree | 45b703b32adf1481c20e4cccaeb19e94a36a5253 /net/centericq | |
parent | 8ca910ab577407f4cd35f37cda537c01e5ddcc84 (diff) | |
download | FreeBSD-ports-f9492d5fe0ab2c169b64048b12cb8022624b7eda.zip FreeBSD-ports-f9492d5fe0ab2c169b64048b12cb8022624b7eda.tar.gz |
This port needs libicq.
Found while debugging a (non-reproduceable) error from bento's logs.
Diffstat (limited to 'net/centericq')
-rw-r--r-- | net/centericq/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/net/centericq/Makefile b/net/centericq/Makefile index f2784fe..d48157b 100644 --- a/net/centericq/Makefile +++ b/net/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 |