svn commit: r516809 - head/editors/calligra

Niclas Zeising zeising at FreeBSD.org
Tue Nov 5 16:26:24 UTC 2019


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 \


More information about the svn-ports-all mailing list