diff options
author | sat <sat@FreeBSD.org> | 2006-08-15 12:40:03 +0800 |
---|---|---|
committer | sat <sat@FreeBSD.org> | 2006-08-15 12:40:03 +0800 |
commit | 578647727413ada1b29cec88963436dbd00212c5 (patch) | |
tree | a84a05d78634173fb50c3c0a4c03400ad26c8a27 /net-im/mcabber | |
parent | e6b3de529c76e3f747e3f52e6de1809bcea462b3 (diff) | |
download | freebsd-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/Makefile | 8 |
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> |