Date: Sat, 13 Apr 2019 05:59:29 +0000 (UTC) From: Antoine Brodin <antoine@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r498794 - head/net-im/telepathy-haze Message-ID: <201904130559.x3D5xTbv079303@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201904130559.x3D5xTbv079303>