Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 5 Nov 2019 16:26:23 +0000 (UTC)
From:      Niclas Zeising <zeising@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r516809 - head/editors/calligra
Message-ID:  <201911051626.xA5GQNOl041808@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: zeising
Date: Tue Nov  5 16:26:23 2019
New Revision: 516809
URL: https://svnweb.freebsd.org/changeset/ports/516809

Log:
  Fix makefile
  
  Remove erroneous makefile that crept in in previous change.
  
  Pointy hat:	zeising

Modified:
  head/editors/calligra/Makefile

Modified: head/editors/calligra/Makefile
==============================================================================
--- head/editors/calligra/Makefile	Tue Nov  5 16:25:33 2019	(r516808)
+++ head/editors/calligra/Makefile	Tue Nov  5 16:26:23 2019	(r516809)
@@ -38,8 +38,7 @@ RUN_DEPENDS=	pstoedit:graphics/pstoedit
 
 USES=		cmake cpe compiler:c++11-lib desktop-file-utils eigen:3 \
 		gettext iconv:translit jpeg kde:5 localbase:ldflags perl5 \
-		pkgconfig xorg
-		qt:5 shared-mime-info sqlite tar:xz
+		pkgconfig xorg qt:5 shared-mime-info sqlite tar:xz
 USE_KDE=	akonadicontacts activities archive auth bookmarks codecs completion \
 		config configwidgets contacts coreaddons crash dbusaddons doctools ecm \
 		emoticons guiaddons holidays i18n iconthemes init itemmodels itemviews \



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