Add an explicit dependency on gettext.

Fix build with recent binutils
This commit is contained in:
Baptiste Daroussin 2013-07-26 09:38:03 +00:00
parent bfd37ff330
commit 73a440a7ef
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=323708

View file

@ -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>