diff options
author | antoine <antoine@FreeBSD.org> | 2019-04-13 13:59:28 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2019-04-13 13:59:28 +0800 |
commit | 2c52a58be45bc51a57673df13f68863a9a157ac7 (patch) | |
tree | cf24b90856a5de9be3a653de1028f4508ec417d6 /net-im | |
parent | 09dd978e75441af95e65d06c45ca7c700f8c6e58 (diff) | |
download | freebsd-ports-gnome-2c52a58be45bc51a57673df13f68863a9a157ac7.tar.gz freebsd-ports-gnome-2c52a58be45bc51a57673df13f68863a9a157ac7.tar.zst freebsd-ports-gnome-2c52a58be45bc51a57673df13f68863a9a157ac7.zip |
Add explicit build dependency on python 2.7
Reported by: pkg-fallout
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/telepathy-haze/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-im/telepathy-haze/Makefile b/net-im/telepathy-haze/Makefile index 3d6433a67a5c..9b6a60ad5e55 100644 --- a/net-im/telepathy-haze/Makefile +++ b/net-im/telepathy-haze/Makefile @@ -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 |