diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2019-02-23 17:24:21 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2019-02-23 17:24:21 +0000 |
commit | c317d18a4c9d5b2dfb93fc61e129010e8874a9d6 (patch) | |
tree | aac1d63437139151048858ecc6244ff4bcbcbd9f /net-im/centerim | |
parent | e63ed7c3a7c68e89abeebbca067541d2834af7d3 (diff) |
Notes
Diffstat (limited to 'net-im/centerim')
-rw-r--r-- | net-im/centerim/Makefile | 12 |
1 files changed, 4 insertions, 8 deletions
diff --git a/net-im/centerim/Makefile b/net-im/centerim/Makefile index 2d55aec60002..318ff95fb2d0 100644 --- a/net-im/centerim/Makefile +++ b/net-im/centerim/Makefile @@ -3,7 +3,7 @@ PORTNAME= centerim PORTVERSION= 4.22.10 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= net-im MASTER_SITES= http://www.centerim.org/download/releases/ \ ftp://ftp.centerim.org/releases/ @@ -23,7 +23,7 @@ USE_CXXSTD= gnu++98 GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include CXXFLAGS+= -I${LOCALBASE}/include -CONFIGURE_ARGS= --with-ssl --with-openssl +CONFIGURE_ARGS= --with-ssl --with-openssl --disable-yahoo --disable-msn CONFLICTS= centericq-[0-9]* centerim-devel-[0-9]* SHEBANG_FILES= misc/CenterIMLog2HTML.py misc/cimformathistory misc/cimextracthistory.pl @@ -31,18 +31,16 @@ SHEBANG_LANG= gawk gawk_OLD_CMD= /bin/gawk gawk_CMD= /usr/bin/awk -OPTIONS_DEFINE= NLS MULTIBYTE FRIBIDI MSN YAHOO IRC JABBER GPGME RSS LJ GG DOCS +OPTIONS_DEFINE= NLS MULTIBYTE FRIBIDI IRC JABBER GPGME RSS LJ GG DOCS FRIBIDI_DESC= Fribidi Support -MSN_DESC= MSN Protocol -YAHOO_DESC= Yahoo! Messenger Protocol IRC_DESC= IRC Protocol GPGME_DESC= PGP encrypted Jabber messages RSS_DESC= RSS Support LJ_DESC= LiveJournal Support GG_DESC= Gadu-Gadu Protocol Support -OPTIONS_DEFAULT= MULTIBYTE FRIBIDI MSN YAHOO IRC JABBER GPGME RSS LJ GG +OPTIONS_DEFAULT= MULTIBYTE FRIBIDI IRC JABBER GPGME RSS LJ GG OPTIONS_SUB= yes @@ -53,8 +51,6 @@ NLS_CONFIGURE_ENABLE= nls MULTIBYTE_CONFIGURE_ENABLE=locales-fix FRIBIDI_LIB_DEPENDS= libfribidi.so:converters/fribidi FRIBIDI_CONFIGURE_WITH= fribidi -MSN_CONFIGURE_ENABLE= msn -YAHOO_CONFIGURE_ENABLE= yahoo IRC_CONFIGURE_ENABLE= irc JABBER_CONFIGURE_ENABLE=jabber RSS_CONFIGURE_ENABLE= rss |