forgot to depends on gettext
Noticed by: "Valeriy E. Ushakov" <uwe@ptc.spbu.ru>
This commit is contained in:
parent
2be14feb79
commit
36eb699b10
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=37912
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user