Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 3 May 2020 12:17:14 +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: r533770 - head/multimedia/photofilmstrip
Message-ID:  <202005031217.043CHEPw045642@repo.freebsd.org>

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

Log:
  Unbreak
  
  Reported by:	pkg-fallout

Modified:
  head/multimedia/photofilmstrip/Makefile

Modified: head/multimedia/photofilmstrip/Makefile
==============================================================================
--- head/multimedia/photofilmstrip/Makefile	Sun May  3 11:36:15 2020	(r533769)
+++ head/multimedia/photofilmstrip/Makefile	Sun May  3 12:17:13 2020	(r533770)
@@ -14,7 +14,7 @@ LICENSE=	GPLv2
 LICENSE_FILE=	${WRKSRC}/COPYING
 
 BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}sqlite3>0:databases/py-sqlite3@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}pillow>0:graphics/py-pillow
+		${PY_PILLOW}
 RUN_DEPENDS=	mencoder:multimedia/mencoder \
 		mplayer:multimedia/mplayer
 



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