svn commit: r550290 - head/sysutils/gnome-control-center

Christoph Moench-Tegeder cmt at FreeBSD.org
Sun Sep 27 17:29:17 UTC 2020


Author: cmt
Date: Sun Sep 27 17:29:16 2020
New Revision: 550290
URL: https://svnweb.freebsd.org/changeset/ports/550290

Log:
  fix run-depends of gnome-control-center after r550228
  
  gnome-color-manager's gcm-calibrate went away, so we cannot depend
  on it to exists.
  this might break functionality in gnome-control-center (I cannot test
  that here), but at least it allows packaging.
  
  Approved by:	just-fix-it

Modified:
  head/sysutils/gnome-control-center/Makefile

Modified: head/sysutils/gnome-control-center/Makefile
==============================================================================
--- head/sysutils/gnome-control-center/Makefile	Sun Sep 27 17:26:44 2020	(r550289)
+++ head/sysutils/gnome-control-center/Makefile	Sun Sep 27 17:29:16 2020	(r550290)
@@ -37,7 +37,7 @@ LIB_DEPENDS=	libcanberra.so:audio/libcanberra \
 RUN_DEPENDS=	gnome-settings-daemon>=3.4.0:sysutils/gnome-settings-daemon \
 		gsettings-desktop-schemas>=3.2.2:devel/gsettings-desktop-schemas \
 		cantarell-fonts>=0:x11-fonts/cantarell-fonts \
-		gcm-calibrate:graphics/gnome-color-manager
+		gcm-import:graphics/gnome-color-manager
 
 PORTSCOUT=	limitw:1,even
 


More information about the svn-ports-all mailing list