Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 23 Jun 2019 13:30:19 +0000 (UTC)
From:      "Tobias C. Berner" <tcberner@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r504948 - head/graphics/nomacs
Message-ID:  <201906231330.x5NDUJhr073761@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tcberner
Date: Sun Jun 23 13:30:19 2019
New Revision: 504948
URL: https://svnweb.freebsd.org/changeset/ports/504948

Log:
  graphics/nomacs: remove leading spaces

Modified:
  head/graphics/nomacs/Makefile

Modified: head/graphics/nomacs/Makefile
==============================================================================
--- head/graphics/nomacs/Makefile	Sun Jun 23 13:29:30 2019	(r504947)
+++ head/graphics/nomacs/Makefile	Sun Jun 23 13:30:19 2019	(r504948)
@@ -18,7 +18,7 @@ LIB_DEPENDS=	libexiv2.so:graphics/exiv2 \
 		libtbb.so:devel/tbb
 
 USES=		cmake desktop-file-utils dos2unix pkgconfig qt:5 tar:bzip2
-USE_QT=	        concurrent core gui network printsupport svg widgets \
+USE_QT=		concurrent core gui network printsupport svg widgets \
 		buildtools_build linguisttools_build qmake_build
 
 DOS2UNIX_REGEX=	.*\.(cpp|h|txt)



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