Date: Thu, 2 Feb 2017 16:08:36 +0000 (UTC) From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r433166 - head/net-im/mcabber Message-ID: <201702021608.v12G8av5061795@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Thu Feb 2 16:08:36 2017 New Revision: 433166 URL: https://svnweb.freebsd.org/changeset/ports/433166 Log: - Fix libidn support always disabled Reported by: tijl Modified: head/net-im/mcabber/Makefile Modified: head/net-im/mcabber/Makefile ============================================================================== --- head/net-im/mcabber/Makefile Thu Feb 2 15:15:05 2017 (r433165) +++ head/net-im/mcabber/Makefile Thu Feb 2 16:08:36 2017 (r433166) @@ -3,6 +3,7 @@ PORTNAME= mcabber PORTVERSION= 1.0.5 +PORTREVISION= 1 CATEGORIES= net-im MASTER_SITES= http://www.lilotux.net/~mikael/mcabber/files/ @@ -20,7 +21,7 @@ LIB_DEPENDS= libloudmouth-1.so:net-im/lo USES= gettext iconv:wchar_t libtool localbase ncurses pathfix pkgconfig tar:bzip2 USE_GNOME= glib20 GNU_CONFIGURE= yes -CONFIGURE_ARGS= --disable-hgcset --without-libidn +CONFIGURE_ARGS= --disable-hgcset INSTALL_TARGET= install-strip OPTIONS_DEFINE= EXAMPLES GPGME OTR IDN
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201702021608.v12G8av5061795>