svn commit: r323708 - head/net-im/vqcc-gtk

Baptiste Daroussin bapt at FreeBSD.org
Fri Jul 26 09:38:04 UTC 2013


Author: bapt
Date: Fri Jul 26 09:38:03 2013
New Revision: 323708
URL: http://svnweb.freebsd.org/changeset/ports/323708

Log:
  Add an explicit dependency on gettext.
  Fix build with recent binutils

Modified:
  head/net-im/vqcc-gtk/Makefile

Modified: head/net-im/vqcc-gtk/Makefile
==============================================================================
--- head/net-im/vqcc-gtk/Makefile	Fri Jul 26 09:28:34 2013	(r323707)
+++ head/net-im/vqcc-gtk/Makefile	Fri Jul 26 09:38:03 2013	(r323708)
@@ -12,12 +12,11 @@ COMMENT=	LAN chat client compatible with
 
 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>


More information about the svn-ports-all mailing list