svn commit: r501651 - head/astro/marble

Dima Panov fluffy at FreeBSD.org
Tue May 14 12:05:17 UTC 2019


Author: fluffy
Date: Tue May 14 12:05:16 2019
New Revision: 501651
URL: https://svnweb.freebsd.org/changeset/ports/501651

Log:
  - Add missed dependency on plasma-workspace-wallpapers

Modified:
  head/astro/marble/Makefile

Modified: head/astro/marble/Makefile
==============================================================================
--- head/astro/marble/Makefile	Tue May 14 12:04:34 2019	(r501650)
+++ head/astro/marble/Makefile	Tue May 14 12:05:16 2019	(r501651)
@@ -2,6 +2,7 @@
 
 PORTNAME=	marble
 DISTVERSION=	${KDE_APPLICATIONS_VERSION}
+PORTREVIWION=	1
 CATEGORIES=	astro kde kde-applications
 
 MAINTAINER=	kde at FreeBSD.org
@@ -16,8 +17,8 @@ USES=		cmake compiler:c++11-lang desktop-file-utils ge
 		kde:5 qt:5 tar:xz
 USE_KDE=	attica auth codecs completion config configwidgets coreaddons \
 		crash doctools ecm i18n jobwidgets kio newstuff package parts \
-		plasma-framework runner service sonnet textwidgets wallet \
-		widgetsaddons xmlgui
+		plasma-framework plasma-workspace-wallpapers runner service \
+		sonnet textwidgets wallet widgetsaddons xmlgui
 USE_QT=		concurrent core dbus declarative designer gui location network opengl \
 		phonon4 printsupport script sql svg webchannel widgets xml \
 		buildtools_build qmake_build


More information about the svn-ports-all mailing list