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
1 changed files with 2 additions and 3 deletions
|
@ -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 a new issue