aboutsummaryrefslogtreecommitdiff
path: root/net-im/mcabber
diff options
context:
space:
mode:
authorAndrew Pantyukhin <sat@FreeBSD.org>2006-08-15 04:40:03 +0000
committerAndrew Pantyukhin <sat@FreeBSD.org>2006-08-15 04:40:03 +0000
commit68d9e5c93c7c50331a060be7a54b6fef89f2cac3 (patch)
tree4145f9482adc1838a6659b85bfd429ab7711a406 /net-im/mcabber
parent9b937580d92a86dc7db874ac64cb15e40c73e5b9 (diff)
downloadports-68d9e5c93c7c50331a060be7a54b6fef89f2cac3.tar.gz
ports-68d9e5c93c7c50331a060be7a54b6fef89f2cac3.zip
- Mark broken on <5.3
Reported by: pointyhat via kris
Notes
Notes: svn path=/head/; revision=170662
Diffstat (limited to 'net-im/mcabber')
-rw-r--r--net-im/mcabber/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/net-im/mcabber/Makefile b/net-im/mcabber/Makefile
index 81cc44786eab..536b2ada667c 100644
--- a/net-im/mcabber/Makefile
+++ b/net-im/mcabber/Makefile
@@ -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>