svn commit: r504948 - head/graphics/nomacs

Tobias C. Berner tcberner at FreeBSD.org
Sun Jun 23 13:30:20 UTC 2019


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)


More information about the svn-ports-head mailing list