forgot to depends on gettext

Noticed by:	"Valeriy E. Ushakov" <uwe@ptc.spbu.ru>
This commit is contained in:
Ying-Chieh Liao 2001-02-02 16:48:32 +00:00
parent 2be14feb79
commit 36eb699b10
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=37912
2 changed files with 6 additions and 2 deletions

View File

@ -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

View File

@ -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