mirror of
https://git.freebsd.org/ports.git
synced 2025-05-20 11:03:09 -04:00
Unbreak window resizing.
PR: 189676 Submitted by: sg2342@googlemail.com
This commit is contained in:
parent
fbca440f74
commit
c0195850e7
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=397484
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue