diff options
author | alex <alex@FreeBSD.org> | 2001-01-13 11:13:53 +0000 |
---|---|---|
committer | alex <alex@FreeBSD.org> | 2001-01-13 11:13:53 +0000 |
commit | 96b864ca2842585b0166bdc1ccca4cbe19288872 (patch) | |
tree | 928b07c87aa54fa85237a9613ae8d3892379dfe7 /net/centericq | |
parent | db306da62dfaf3d7f4c8bb374a77b830ed0aaf27 (diff) | |
download | FreeBSD-ports-96b864ca2842585b0166bdc1ccca4cbe19288872.zip FreeBSD-ports-96b864ca2842585b0166bdc1ccca4cbe19288872.tar.gz |
Hmm, I don't know why it didn't build w/o libicq before, but this port
obviously doesn't need libicq to be installed. Sorry!
Submitted by: Ying-Chieh Liao <ijliao@csie.nctu.edu.tw> (maintainer)
Diffstat (limited to 'net/centericq')
-rw-r--r-- | net/centericq/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/net/centericq/Makefile b/net/centericq/Makefile index d48157b..f2784fe 100644 --- a/net/centericq/Makefile +++ b/net/centericq/Makefile @@ -19,8 +19,6 @@ 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 |