Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 21 Jul 2015 12:27:52 +0000 (UTC)
From:      Renato Botelho <garga@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r392624 - head/irc/bitlbee
Message-ID:  <201507211227.t6LCRqJS040557@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: garga
Date: Tue Jul 21 12:27:51 2015
New Revision: 392624
URL: https://svnweb.freebsd.org/changeset/ports/392624

Log:
  Add python as build dependency and unbreak build without SKYPE option

Modified:
  head/irc/bitlbee/Makefile

Modified: head/irc/bitlbee/Makefile
==============================================================================
--- head/irc/bitlbee/Makefile	Tue Jul 21 12:27:27 2015	(r392623)
+++ head/irc/bitlbee/Makefile	Tue Jul 21 12:27:51 2015	(r392624)
@@ -2,7 +2,7 @@
 
 PORTNAME=	bitlbee
 PORTVERSION=	3.4.1
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	irc
 MASTER_SITES=	http://get.bitlbee.org/src/ \
 		LOCAL/brix
@@ -20,7 +20,7 @@ PORTDOCS=	AUTHORS CHANGES CREDITS FAQ RE
 PORTEXAMPLES=	bitlbee.conf motd.txt
 
 GNU_CONFIGURE=	yes
-USES=		gmake pkgconfig
+USES=		gmake pkgconfig python:build
 USE_RC_SUBR=	bitlbee
 USE_GNOME=	glib20
 OPTIONS_SUB=	yes



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201507211227.t6LCRqJS040557>