svn commit: r533772 - head/multimedia/photofilmstrip

Antoine Brodin antoine at FreeBSD.org
Sun May 3 12:49:16 UTC 2020


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+


More information about the svn-ports-head mailing list