aboutsummaryrefslogtreecommitdiff
path: root/net-im
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2001-02-02 16:48:32 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2001-02-02 16:48:32 +0000
commit36eb699b10e6b910ea5ea5ee526c72e201b841df (patch)
tree1a7e9613745dd0b3c2b58d3efe90f052c727df9b /net-im
parent2be14feb798751ae61e017dff69784cfd86d000a (diff)
downloadports-36eb699b10e6b910ea5ea5ee526c72e201b841df.tar.gz
ports-36eb699b10e6b910ea5ea5ee526c72e201b841df.zip
Notes
Diffstat (limited to 'net-im')
-rw-r--r--net-im/centericq/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/net-im/centericq/Makefile b/net-im/centericq/Makefile
index ccac7c02bb08..a9c36379b661 100644
--- a/net-im/centericq/Makefile
+++ b/net-im/centericq/Makefile
@@ -12,9 +12,11 @@ MASTER_SITES= http://download.konst.org.ua/
MAINTAINER= ijliao@FreeBSD.org
+LIB_DEPENDS= intl.1:${PORTSDIR}/devel/gettext
+
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 400010
-LIB_DEPENDS= ncurses.5:${PORTSDIR}/devel/ncurses
+LIB_DEPENDS+= ncurses.5:${PORTSDIR}/devel/ncurses
CFLAGS+= -nostdinc -I${LOCALBASE}/include/ncurses \
-I${LOCALBASE}/include -I/usr/include
.endif