svn commit: r397484 - head/net-im/mcabber

Romain Tartière romain at FreeBSD.org
Mon Sep 21 10:21:33 UTC 2015


Author: romain
Date: Mon Sep 21 10:21:32 2015
New Revision: 397484
URL: https://svnweb.freebsd.org/changeset/ports/397484

Log:
  Unbreak window resizing.
  
  PR:		189676
  Submitted by:	sg2342 at googlemail.com

Modified:
  head/net-im/mcabber/Makefile

Modified: head/net-im/mcabber/Makefile
==============================================================================
--- head/net-im/mcabber/Makefile	Mon Sep 21 10:20:13 2015	(r397483)
+++ head/net-im/mcabber/Makefile	Mon Sep 21 10:21:32 2015	(r397484)
@@ -3,6 +3,7 @@
 
 PORTNAME=	mcabber
 PORTVERSION=	1.0.0
+PORTREVISION=	1
 CATEGORIES=	net-im
 MASTER_SITES=	http://www.lilotux.net/~mikael/mcabber/files/
 
@@ -17,7 +18,7 @@ LIB_DEPENDS=	libloudmouth-1.so:${PORTSDI
 USES=		gettext iconv libtool ncurses pathfix pkgconfig tar:bzip2
 USE_GNOME=	glib20
 GNU_CONFIGURE=	yes
-CONFIGURE_ARGS=	--disable-hgcset --enable-sigwinch
+CONFIGURE_ARGS=	--disable-hgcset
 INSTALL_TARGET=	install-strip
 
 CPPFLAGS+=	-I${LOCALBASE}/include


More information about the svn-ports-all mailing list