svn commit: r323016 - head/irc/irssi-xmpp

John Marino marino at FreeBSD.org
Mon Jul 15 06:03:45 UTC 2013


Author: marino
Date: Mon Jul 15 06:03:44 2013
New Revision: 323016
URL: http://svnweb.freebsd.org/changeset/ports/323016

Log:
  irc/irssi-xmpp: USES+= pkgconfig
  
  Restore build, pkgconfig explicitly needed now.
  
  Approved by:	bapt (mentor)

Modified:
  head/irc/irssi-xmpp/Makefile

Modified: head/irc/irssi-xmpp/Makefile
==============================================================================
--- head/irc/irssi-xmpp/Makefile	Mon Jul 15 05:37:39 2013	(r323015)
+++ head/irc/irssi-xmpp/Makefile	Mon Jul 15 06:03:44 2013	(r323016)
@@ -1,6 +1,4 @@
-# New ports collection makefile for:   irssi-xmpp
-# Date created:                11 September 2007
-# Whom:                        Philippe Audeoud <jadawin at tuxaco.net>
+# Created by: Philippe Audeoud <jadawin at tuxaco.net>
 # $FreeBSD$
 
 PORTNAME=	irssi-xmpp
@@ -15,6 +13,7 @@ BUILD_DEPENDS=	irssi:${PORTSDIR}/irc/irs
 RUN_DEPENDS=	irssi:${PORTSDIR}/irc/irssi
 LIB_DEPENDS=	loudmouth:${PORTSDIR}/net-im/loudmouth
 
+USES=		pkgconfig
 USE_LDCONFIG=	yes
 
 PLIST_FILES=	lib/irssi/modules/libfe_xmpp.so \


More information about the svn-ports-all mailing list