diff options
author | alex <alex@FreeBSD.org> | 2001-01-13 19:13:53 +0800 |
---|---|---|
committer | alex <alex@FreeBSD.org> | 2001-01-13 19:13:53 +0800 |
commit | 96b864ca2842585b0166bdc1ccca4cbe19288872 (patch) | |
tree | 928b07c87aa54fa85237a9613ae8d3892379dfe7 /net/centericq | |
parent | db306da62dfaf3d7f4c8bb374a77b830ed0aaf27 (diff) | |
download | freebsd-ports-graphics-96b864ca2842585b0166bdc1ccca4cbe19288872.tar.gz freebsd-ports-graphics-96b864ca2842585b0166bdc1ccca4cbe19288872.tar.zst freebsd-ports-graphics-96b864ca2842585b0166bdc1ccca4cbe19288872.zip |
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 d48157ba978..f2784fe3e35 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 |