aboutsummaryrefslogtreecommitdiffstats
path: root/net-im/mcabber
diff options
context:
space:
mode:
authorsat <sat@FreeBSD.org>2006-08-15 12:40:03 +0800
committersat <sat@FreeBSD.org>2006-08-15 12:40:03 +0800
commit578647727413ada1b29cec88963436dbd00212c5 (patch)
treea84a05d78634173fb50c3c0a4c03400ad26c8a27 /net-im/mcabber
parente6b3de529c76e3f747e3f52e6de1809bcea462b3 (diff)
downloadfreebsd-ports-gnome-578647727413ada1b29cec88963436dbd00212c5.tar.gz
freebsd-ports-gnome-578647727413ada1b29cec88963436dbd00212c5.tar.zst
freebsd-ports-gnome-578647727413ada1b29cec88963436dbd00212c5.zip
- Mark broken on <5.3
Reported by: pointyhat via kris
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>