Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 26 May 2015 13:14:25 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r387474 - head/graphics/uniconvw
Message-ID:  <201505261314.t4QDEPUd044538@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Tue May 26 13:14:24 2015
New Revision: 387474
URL: https://svnweb.freebsd.org/changeset/ports/387474

Log:
  - Add USES=desktop-file-utils as suggested by stage-qa

Modified:
  head/graphics/uniconvw/Makefile

Modified: head/graphics/uniconvw/Makefile
==============================================================================
--- head/graphics/uniconvw/Makefile	Tue May 26 13:13:55 2015	(r387473)
+++ head/graphics/uniconvw/Makefile	Tue May 26 13:14:24 2015	(r387474)
@@ -3,7 +3,7 @@
 
 PORTNAME=	uniconvw
 PORTVERSION=	1.1.5
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	graphics python
 MASTER_SITES=	GOOGLE_CODE \
 		http://mirror.amdmi3.ru/distfiles/
@@ -17,7 +17,7 @@ RUN_DEPENDS=	${PYTHON_SITELIBDIR}/sk1lib
 
 PROJECTHOST=	uniconvertor
 
-USES=		python
+USES=		desktop-file-utils python
 USE_PYTHON=	distutils
 
 post-patch:



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