Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 11 Sep 2015 09:42:11 +0000 (UTC)
From:      Raphael Kubo da Costa <rakuco@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r396654 - head/graphics/scantailor
Message-ID:  <201509110942.t8B9gBUV050393@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: rakuco
Date: Fri Sep 11 09:42:10 2015
New Revision: 396654
URL: https://svnweb.freebsd.org/changeset/ports/396654

Log:
  Drop USES=iconv.
  
  The port does not actually use iconv anywhere, so drop the unnecessary
  dependency.
  
  PR:		202718
  Approved by:	maintainer timeout (vg, 14 days)

Modified:
  head/graphics/scantailor/Makefile

Modified: head/graphics/scantailor/Makefile
==============================================================================
--- head/graphics/scantailor/Makefile	Fri Sep 11 09:41:00 2015	(r396653)
+++ head/graphics/scantailor/Makefile	Fri Sep 11 09:42:10 2015	(r396654)
@@ -3,7 +3,7 @@
 
 PORTNAME=	scantailor
 PORTVERSION=	0.9.11.1
-PORTREVISION=	5
+PORTREVISION=	6
 CATEGORIES=	graphics
 MASTER_SITES=	SF
 
@@ -17,7 +17,7 @@ LIB_DEPENDS=	libtiff.so:${PORTSDIR}/grap
 		libpng.so:${PORTSDIR}/graphics/png
 BUILD_DEPENDS=	${LOCALBASE}/include/boost/shared_ptr.hpp:${PORTSDIR}/devel/boost-libs
 
-USES=		cmake gettext iconv jpeg
+USES=		cmake gettext jpeg
 USE_GCC=	yes
 USE_QT4=	gui xml qmake_build uic_build moc_build rcc_build \
 		linguist_build



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