Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 3 May 2020 12:49:15 +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: r533772 - head/multimedia/photofilmstrip
Message-ID:  <202005031249.043CnFhj064073@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Sun May  3 12:49:15 2020
New Revision: 533772
URL: https://svnweb.freebsd.org/changeset/ports/533772

Log:
  Unbreak harder, the plist is not compatible with python 2.7

Modified:
  head/multimedia/photofilmstrip/Makefile

Modified: head/multimedia/photofilmstrip/Makefile
==============================================================================
--- head/multimedia/photofilmstrip/Makefile	Sun May  3 12:49:13 2020	(r533771)
+++ head/multimedia/photofilmstrip/Makefile	Sun May  3 12:49:15 2020	(r533772)
@@ -18,7 +18,7 @@ BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}sqlite3>0:databa
 RUN_DEPENDS=	mencoder:multimedia/mencoder \
 		mplayer:multimedia/mplayer
 
-USES=		python gettext
+USES=		python:3.6+ gettext
 USE_GSTREAMER1=	jpeg
 USE_PYTHON=	distutils
 USE_WX=		3.0+



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202005031249.043CnFhj064073>