diff options
author | Alexander Langer <alex@FreeBSD.org> | 2001-01-12 15:58:56 +0000 |
---|---|---|
committer | Alexander Langer <alex@FreeBSD.org> | 2001-01-12 15:58:56 +0000 |
commit | 0798782b91ec6c6bfe550ce3ea48ae7b07f1faa7 (patch) | |
tree | 643bf8fef71d46fe8ad3b85ff048d27d2d11b175 /net-im/centericq | |
parent | 9f3d1a4a8b4c68458bb670a6d94bb08274cb15c2 (diff) | |
download | ports-0798782b91ec6c6bfe550ce3ea48ae7b07f1faa7.tar.gz ports-0798782b91ec6c6bfe550ce3ea48ae7b07f1faa7.zip |
This port needs libicq.
Found while debugging a (non-reproduceable) error from bento's logs.
Notes
Notes:
svn path=/head/; revision=37136
Diffstat (limited to 'net-im/centericq')
-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 |