diff options
author | Andrew Pantyukhin <sat@FreeBSD.org> | 2007-04-07 14:22:58 +0000 |
---|---|---|
committer | Andrew Pantyukhin <sat@FreeBSD.org> | 2007-04-07 14:22:58 +0000 |
commit | ab669e88f6732c378c63e3e24b3c76cb5a362c31 (patch) | |
tree | 554e7e134d8ae661434ef1f25838138d1f5080ca /net-im/mcabber | |
parent | d1ae052ab019244a46d8ee345a76094054fb0a7d (diff) | |
download | ports-ab669e88f6732c378c63e3e24b3c76cb5a362c31.tar.gz ports-ab669e88f6732c378c63e3e24b3c76cb5a362c31.zip |
Notes
Diffstat (limited to 'net-im/mcabber')
-rw-r--r-- | net-im/mcabber/Makefile | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/net-im/mcabber/Makefile b/net-im/mcabber/Makefile index 84f85c40be4e..5727fb373821 100644 --- a/net-im/mcabber/Makefile +++ b/net-im/mcabber/Makefile @@ -8,13 +8,12 @@ PORTNAME= mcabber PORTVERSION= 0.9.1 CATEGORIES= net-im -MASTER_SITES= http://www.lilotux.net/~mikael/mcabber/files/ CSME +MASTER_SITES= http://www.lilotux.net/~mikael/mcabber/files/ CENKES MAINTAINER= infofarmer@FreeBSD.org COMMENT= Small Jabber console client -LIB_DEPENDS= ncursesw.5:${PORTSDIR}/devel/ncurses \ - gpgme.17:${PORTSDIR}/security/gpgme +LIB_DEPENDS= gpgme.17:${PORTSDIR}/security/gpgme USE_BZIP2= yes GNU_CONFIGURE= yes @@ -36,6 +35,10 @@ MAN1= mcabber.1 BROKEN= Unicoded ncurses require 5.3 .endif +.if ${OSVERSION} < 602107 || (${OSVERSION} > 700000 && ${OSVERSION} < 700033) +LIB_DEPENDS+= ncursesw.5:${PORTSDIR}/devel/ncurses +.endif + post-patch: @${REINPLACE_CMD} -e 's#$$"$${datadir}"#"$${datadir}"#' ${WRKSRC}/configure |