svn commit: r322497 - head/net-im/loudmouth

Baptiste Daroussin bapt at FreeBSD.org
Mon Jul 8 11:55:15 UTC 2013


Author: bapt
Date: Mon Jul  8 11:55:14 2013
New Revision: 322497
URL: http://svnweb.freebsd.org/changeset/ports/322497

Log:
  Add needed pkgconfig dep while here convert to USES=gmake
  
  Approved by:	kwm (gnome)

Modified:
  head/net-im/loudmouth/Makefile

Modified: head/net-im/loudmouth/Makefile
==============================================================================
--- head/net-im/loudmouth/Makefile	Mon Jul  8 11:52:46 2013	(r322496)
+++ head/net-im/loudmouth/Makefile	Mon Jul  8 11:55:14 2013	(r322497)
@@ -13,8 +13,7 @@ COMMENT=	Lightweight Jabber client libra
 LIB_DEPENDS=	idn:${PORTSDIR}/dns/libidn
 
 USE_BZIP2=	yes
-USE_GMAKE=	yes
-USES=		gettext
+USES=		gettext gmake pkgconfig
 USE_AUTOTOOLS=	libtool
 USE_LDCONFIG=	yes
 USE_GNOME=	gnomehack glib20 ltverhack


More information about the svn-ports-all mailing list