diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2001-02-02 16:48:32 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2001-02-02 16:48:32 +0000 |
commit | 36eb699b10e6b910ea5ea5ee526c72e201b841df (patch) | |
tree | 1a7e9613745dd0b3c2b58d3efe90f052c727df9b | |
parent | Bring back my old Plasmon RF4100 to the list of actually working devices. (diff) |
forgot to depends on gettext
Noticed by: "Valeriy E. Ushakov" <uwe@ptc.spbu.ru>
Notes
Notes:
svn path=/head/; revision=37912
-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 |