diff options
author | romain <romain@FreeBSD.org> | 2015-09-21 18:21:32 +0800 |
---|---|---|
committer | romain <romain@FreeBSD.org> | 2015-09-21 18:21:32 +0800 |
commit | a87d41461b38698bf223cb7511e3ecf8b7a28fcb (patch) | |
tree | ea2aaf823573c9ec0bcd52f254d2f1cb20a7d4fd /net-im | |
parent | 13859a4594b235c936e6485377400d29ab67d8d4 (diff) | |
download | freebsd-ports-gnome-a87d41461b38698bf223cb7511e3ecf8b7a28fcb.tar.gz freebsd-ports-gnome-a87d41461b38698bf223cb7511e3ecf8b7a28fcb.tar.zst freebsd-ports-gnome-a87d41461b38698bf223cb7511e3ecf8b7a28fcb.zip |
Unbreak window resizing.
PR: 189676
Submitted by: sg2342@googlemail.com
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/mcabber/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net-im/mcabber/Makefile b/net-im/mcabber/Makefile index a30b5b1627c2..9637f105ca6a 100644 --- a/net-im/mcabber/Makefile +++ b/net-im/mcabber/Makefile @@ -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:${PORTSDIR}/net-im/loudmouth 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 |