summaryrefslogtreecommitdiff
path: root/net-im/vqcc-gtk
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2013-07-26 09:38:03 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2013-07-26 09:38:03 +0000
commit73a440a7eff006a56d4e817c3760c21bf1194689 (patch)
tree38cc5fcd25e520135c1fb89b527ada30efb04233 /net-im/vqcc-gtk
parentFix build with newer binutils (diff)
Add an explicit dependency on gettext.
Fix build with recent binutils
Notes
Notes: svn path=/head/; revision=323708
Diffstat (limited to 'net-im/vqcc-gtk')
-rw-r--r--net-im/vqcc-gtk/Makefile5
1 files 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 <bsd.port.mk>