svn commit: r513869 - head/x11/wcm

Jan Beich jbeich at FreeBSD.org
Sun Oct 6 04:41:21 UTC 2019


Author: jbeich
Date: Sun Oct  6 04:41:20 2019
New Revision: 513869
URL: https://svnweb.freebsd.org/changeset/ports/513869

Log:
  x11/wcm: drop glibmm and gtkmm30 dependencies
  
  Copypasta leftover from x11/wf-shell.

Modified:
  head/x11/wcm/Makefile   (contents, props changed)

Modified: head/x11/wcm/Makefile
==============================================================================
--- head/x11/wcm/Makefile	Sun Oct  6 04:28:24 2019	(r513868)
+++ head/x11/wcm/Makefile	Sun Oct  6 04:41:20 2019	(r513869)
@@ -16,7 +16,7 @@ CONFLICTS_INSTALL=	wcmcommander # bin/wcm
 
 USES=		compiler:c++11-lib meson pkgconfig
 USE_GITHUB=	yes
-USE_GNOME=	gtkmm30 libxml2
+USE_GNOME=	gtk30 libxml2
 GH_ACCOUNT=	WayfireWM
 GH_TAGNAME=	0251264
 DATADIR=	${PREFIX}/share/wayfire


More information about the svn-ports-head mailing list