diff options
author | antoine <antoine@FreeBSD.org> | 2018-01-31 05:50:16 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2018-01-31 05:50:16 +0800 |
commit | 1ff54c8cc88447f22b09ac4813080bcb8560eb8b (patch) | |
tree | f4de572f5fe8089319bdfdec9fcb08bf0bab6469 /net-im | |
parent | 58e42fd6a3ac892324fb77fe34a03c6da31f0efa (diff) | |
download | freebsd-ports-gnome-1ff54c8cc88447f22b09ac4813080bcb8560eb8b.tar.gz freebsd-ports-gnome-1ff54c8cc88447f22b09ac4813080bcb8560eb8b.tar.zst freebsd-ports-gnome-1ff54c8cc88447f22b09ac4813080bcb8560eb8b.zip |
Fix with DEFAULT_VERSIONS=python=3.x
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/telegram-desktop/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-im/telegram-desktop/Makefile b/net-im/telegram-desktop/Makefile index 384e7c047411..d64987bcbfe8 100644 --- a/net-im/telegram-desktop/Makefile +++ b/net-im/telegram-desktop/Makefile @@ -21,7 +21,7 @@ LIB_DEPENDS= libasound.so:audio/alsa-lib \ libopus.so:audio/opus \ libpulse.so:audio/pulseaudio -USES= cmake:noninja,outsource desktop-file-utils gmake pkgconfig python:build ssl +USES= cmake:noninja,outsource desktop-file-utils gmake pkgconfig python:2.7,build ssl USE_GITHUB= yes GH_ACCOUNT= telegramdesktop GH_PROJECT= tdesktop |