svn commit: r460442 - head/net-im/telegram-desktop

Antoine Brodin antoine at FreeBSD.org
Tue Jan 30 21:50:17 UTC 2018


Author: antoine
Date: Tue Jan 30 21:50:16 2018
New Revision: 460442
URL: https://svnweb.freebsd.org/changeset/ports/460442

Log:
  Fix with DEFAULT_VERSIONS=python=3.x

Modified:
  head/net-im/telegram-desktop/Makefile

Modified: head/net-im/telegram-desktop/Makefile
==============================================================================
--- head/net-im/telegram-desktop/Makefile	Tue Jan 30 21:43:42 2018	(r460441)
+++ head/net-im/telegram-desktop/Makefile	Tue Jan 30 21:50:16 2018	(r460442)
@@ -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


More information about the svn-ports-all mailing list