Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 5 Oct 2016 08:25:49 +0000 (UTC)
From:      Emanuel Haupt <ehaupt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r423327 - head/graphics/recoverjpeg
Message-ID:  <201610050825.u958Pnsg016177@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



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