svn commit: r498794 - head/net-im/telepathy-haze

Antoine Brodin antoine at FreeBSD.org
Sat Apr 13 05:59:29 UTC 2019


Author: antoine
Date: Sat Apr 13 05:59:28 2019
New Revision: 498794
URL: https://svnweb.freebsd.org/changeset/ports/498794

Log:
  Add explicit build dependency on python 2.7
  
  Reported by:	pkg-fallout

Modified:
  head/net-im/telepathy-haze/Makefile

Modified: head/net-im/telepathy-haze/Makefile
==============================================================================
--- head/net-im/telepathy-haze/Makefile	Sat Apr 13 05:32:05 2019	(r498793)
+++ head/net-im/telepathy-haze/Makefile	Sat Apr 13 05:59:28 2019	(r498794)
@@ -14,7 +14,7 @@ LIB_DEPENDS=	libpurple.so:net-im/libpurple \
 		libidn.so:dns/libidn \
 		libtelepathy-glib.so:net-im/telepathy-glib
 
-USES=		gmake pathfix pkgconfig
+USES=		gmake pathfix pkgconfig python:2.7,build
 USE_GNOME=	libxslt:build
 CPPFLAGS+=	-I${LOCALBASE}/include
 GNU_CONFIGURE=	yes


More information about the svn-ports-all mailing list