aboutsummaryrefslogtreecommitdiff
path: root/net-im/centericq/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net-im/centericq/Makefile')
-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