svn commit: r410204 - head/x11/gnome-shell

Ruslan Makhmatkhanov rm at FreeBSD.org
Sat Mar 5 19:23:15 UTC 2016


Author: rm
Date: Sat Mar  5 19:23:13 2016
New Revision: 410204
URL: https://svnweb.freebsd.org/changeset/ports/410204

Log:
  x11/gnome-shell: fix previous commit
  
  With hat:		gnome

Modified:
  head/x11/gnome-shell/Makefile

Modified: head/x11/gnome-shell/Makefile
==============================================================================
--- head/x11/gnome-shell/Makefile	Sat Mar  5 19:13:47 2016	(r410203)
+++ head/x11/gnome-shell/Makefile	Sat Mar  5 19:23:13 2016	(r410204)
@@ -30,7 +30,7 @@ LIB_DEPENDS=	libstartup-notification-1.s
 RUN_DEPENDS=	py*-dbus>=0:${PORTSDIR}/devel/py-dbus \
 		gnome-control-center:${PORTSDIR}/sysutils/gnome-control-center \
 		ca_root_nss>=0:${PORTSDIR}/security/ca_root_nss \
-		gkbd-keyboard-display>0:${PORTSDIR}/x11/libgnomekbd
+		gkbd-keyboard-display:${PORTSDIR}/x11/libgnomekbd
 
 PORTSCOUT=	limitw:1,even
 


More information about the svn-ports-all mailing list