svn commit: r423327 - head/graphics/recoverjpeg

Emanuel Haupt ehaupt at FreeBSD.org
Wed Oct 5 08:25:50 UTC 2016


Author: ehaupt
Date: Wed Oct  5 08:25:49 2016
New Revision: 423327
URL: https://svnweb.freebsd.org/changeset/ports/423327

Log:
  Needs USES python for remove-duplicates

Modified:
  head/graphics/recoverjpeg/Makefile

Modified: head/graphics/recoverjpeg/Makefile
==============================================================================
--- head/graphics/recoverjpeg/Makefile	Wed Oct  5 07:51:43 2016	(r423326)
+++ head/graphics/recoverjpeg/Makefile	Wed Oct  5 08:25:49 2016	(r423327)
@@ -15,7 +15,7 @@ BUILD_DEPENDS=	${LOCALBASE}/bin/pandoc:t
 RUN_DEPENDS=	exif:graphics/exif \
 		identify:graphics/ImageMagick
 
-USES=		autoreconf shebangfix
+USES=		autoreconf python shebangfix
 GNU_CONFIGURE=	yes
 
 SHEBANG_FILES=	remove-duplicates


More information about the svn-ports-all mailing list