diff options
-rw-r--r-- | net-im/centericq/Makefile | 4 | ||||
-rw-r--r-- | net/centericq/Makefile | 4 |
2 files changed, 6 insertions, 2 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 diff --git a/net/centericq/Makefile b/net/centericq/Makefile index ccac7c02bb08..a9c36379b661 100644 --- a/net/centericq/Makefile +++ b/net/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 |