mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-26 00:55:14 +00:00
Add an explicit dependency on gettext.
Fix build with recent binutils
This commit is contained in:
parent
bfd37ff330
commit
73a440a7ef
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=323708
@ -12,12 +12,11 @@ COMMENT= LAN chat client compatible with quickChat and Vypress Chat (TM)
|
||||
|
||||
LIB_DEPENDS= startup-notification-1.0:${PORTSDIR}/x11/startup-notification
|
||||
|
||||
USES= pathfix
|
||||
USES= pathfix gmake gettext
|
||||
USE_GNOME= gnomeprefix gtk20
|
||||
USE_GMAKE= yes
|
||||
GNU_CONFIGURE= yes
|
||||
|
||||
CPPFLAGS+= -I${LOCALBASE}/include ${PTHREAD_CFLAGS}
|
||||
LDFLAGS+= -L${LOCALBASE}/lib ${PTHREAD_LIBS}
|
||||
LDFLAGS+= -L${LOCALBASE}/lib ${PTHREAD_LIBS} -lintl
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user