diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-07-26 09:38:03 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-07-26 09:38:03 +0000 |
commit | 73a440a7eff006a56d4e817c3760c21bf1194689 (patch) | |
tree | 38cc5fcd25e520135c1fb89b527ada30efb04233 /net-im | |
parent | bfd37ff3301e08fa16a952e558cc44d7579e4636 (diff) |
Notes
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/vqcc-gtk/Makefile | 5 |
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> |