Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 4 Oct 2019 07:49:33 +0000 (UTC)
From:      Mathieu Arnold <mat@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r513752 - head/graphics/rapid-photo-downloader
Message-ID:  <201910040749.x947nXrd066311@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mat
Date: Fri Oct  4 07:49:32 2019
New Revision: 513752
URL: https://svnweb.freebsd.org/changeset/ports/513752

Log:
  This has no PKGNAMEPREFIX/SUFFIX and supports multiple Python versions,
  so add noflavors.

Modified:
  head/graphics/rapid-photo-downloader/Makefile   (contents, props changed)

Modified: head/graphics/rapid-photo-downloader/Makefile
==============================================================================
--- head/graphics/rapid-photo-downloader/Makefile	Fri Oct  4 07:45:57 2019	(r513751)
+++ head/graphics/rapid-photo-downloader/Makefile	Fri Oct  4 07:49:32 2019	(r513752)
@@ -33,7 +33,7 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}arrow>0:devel/py-a
 		exiftool:graphics/p5-Image-ExifTool
 
 USES=		desktop-file-utils gettext pyqt:5 python:3.4+ qt:5
-USE_PYTHON=	autoplist distutils
+USE_PYTHON=	autoplist distutils noflavors
 USE_QT=		imageformats_run
 USE_PYQT=	core gui network sip widgets
 



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