Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 26 May 2015 13:11:11 +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: r387472 - head/graphics/lprof-devel
Message-ID:  <201505261311.t4QDBB8R042027@svn.freebsd.org>

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

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

Modified:
  head/graphics/lprof-devel/Makefile

Modified: head/graphics/lprof-devel/Makefile
==============================================================================
--- head/graphics/lprof-devel/Makefile	Tue May 26 13:10:48 2015	(r387471)
+++ head/graphics/lprof-devel/Makefile	Tue May 26 13:11:10 2015	(r387472)
@@ -3,7 +3,7 @@
 
 PORTNAME=	lprof
 PORTVERSION=	20080514
-PORTREVISION=	12
+PORTREVISION=	13
 CATEGORIES=	graphics
 MASTER_SITES=	http://mirror.amdmi3.ru/distfiles/ \
 		LOCAL/amdmi3
@@ -17,7 +17,7 @@ LIB_DEPENDS=	liblcms.so:${PORTSDIR}/grap
 		libtiff.so:${PORTSDIR}/graphics/tiff \
 		libvigraimpex.so:${PORTSDIR}/graphics/vigra
 
-USES=		tar:bzip2 cmake
+USES=		cmake desktop-file-utils tar:bzip2
 USE_XORG=	x11 xext sm ice xxf86vm
 USE_QT4=	corelib gui qt3support svg assistantclient \
 		linguisttools_build qmake_build moc_build uic_build rcc_build



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