aboutsummaryrefslogtreecommitdiffstats
path: root/net-im/centericq
diff options
context:
space:
mode:
authorijliao <ijliao@FreeBSD.org>2001-02-03 00:48:32 +0800
committerijliao <ijliao@FreeBSD.org>2001-02-03 00:48:32 +0800
commit6ad47e25060f4a77a2fd6b457bc2c2cd342039d8 (patch)
treeaaf2478a30cdf506ff62abbb3101190e97131760 /net-im/centericq
parent68d78c950ed207bd3aeb8f8dd7aee1c3335fde01 (diff)
downloadfreebsd-ports-gnome-6ad47e25060f4a77a2fd6b457bc2c2cd342039d8.tar.gz
freebsd-ports-gnome-6ad47e25060f4a77a2fd6b457bc2c2cd342039d8.tar.zst
freebsd-ports-gnome-6ad47e25060f4a77a2fd6b457bc2c2cd342039d8.zip
forgot to depends on gettext
Noticed by: "Valeriy E. Ushakov" <uwe@ptc.spbu.ru>
Diffstat (limited to 'net-im/centericq')
-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