svn commit: r511823 - head/x11-wm/herbstluftwm

Tobias Kortkamp tobik at FreeBSD.org
Wed Sep 11 13:25:45 UTC 2019


Author: tobik
Date: Wed Sep 11 13:25:44 2019
New Revision: 511823
URL: https://svnweb.freebsd.org/changeset/ports/511823

Log:
  x11-wm/herbstluftwm: Actually add USES=xorg

Modified:
  head/x11-wm/herbstluftwm/Makefile

Modified: head/x11-wm/herbstluftwm/Makefile
==============================================================================
--- head/x11-wm/herbstluftwm/Makefile	Wed Sep 11 13:12:57 2019	(r511822)
+++ head/x11-wm/herbstluftwm/Makefile	Wed Sep 11 13:25:44 2019	(r511823)
@@ -10,7 +10,7 @@ COMMENT=	Manual tiling window manager for X11
 
 LICENSE=	BSD2CLAUSE
 
-USES=		compiler:c++11-lang gmake gnome pkgconfig shebangfix
+USES=		compiler:c++11-lang gmake gnome pkgconfig shebangfix xorg
 USE_GNOME=	glib20
 USE_XORG=	x11 xext xinerama
 


More information about the svn-ports-all mailing list