- Mark broken on <5.3

Reported by:	pointyhat via kris
This commit is contained in:
Andrew Pantyukhin 2006-08-15 04:40:03 +00:00
parent 9b937580d9
commit 68d9e5c93c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=170662

View File

@ -30,6 +30,12 @@ LDFLAGS+= -lcrypto -L${LOCALBASE}/lib
MAN1= mcabber.1
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 503000
BROKEN= Unicoded ncurses require 5.3
.endif
post-patch:
@${REINPLACE_CMD} -e 's#$$"$${datadir}"#"$${datadir}"#' \
-e 's/waddnwstr/mvwaddnwstr/g' -e 's!ncursesw/!ncurses/!g' ${WRKSRC}/configure
@ -41,4 +47,4 @@ post-install:
@${CP} -R ${WRKSRC}/contrib ${DATADIR}/
${INSTALL_DATA} ${WRKSRC}/mcabberrc.example ${EXAMPLESDIR}/mcabberrc
.include <bsd.port.mk>
.include <bsd.port.post.mk>