From 73a440a7eff006a56d4e817c3760c21bf1194689 Mon Sep 17 00:00:00 2001 From: Baptiste Daroussin Date: Fri, 26 Jul 2013 09:38:03 +0000 Subject: [PATCH] Add an explicit dependency on gettext. Fix build with recent binutils --- net-im/vqcc-gtk/Makefile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/net-im/vqcc-gtk/Makefile b/net-im/vqcc-gtk/Makefile index 370395ee279e..45124ca3a884 100644 --- a/net-im/vqcc-gtk/Makefile +++ b/net-im/vqcc-gtk/Makefile @@ -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