svn commit: r392624 - head/irc/bitlbee

Renato Botelho garga at FreeBSD.org
Tue Jul 21 12:27:52 UTC 2015


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


More information about the svn-ports-all mailing list