svn commit: r425144 - branches/2016Q4/x11-wm/herbstluftwm

Jan Beich jbeich at FreeBSD.org
Wed Nov 2 12:21:42 UTC 2016


Author: jbeich
Date: Wed Nov  2 12:21:40 2016
New Revision: 425144
URL: https://svnweb.freebsd.org/changeset/ports/425144

Log:
  MFH: r425143
  
  x11-wm/herbstluftwm: track more dependencies
  
  PR:		213975
  Submitted by:	Zsolt Udvari <udvzsolt at gmail.com> (maintainer)
  Approved by:	ports-secteam blanket

Modified:
  branches/2016Q4/x11-wm/herbstluftwm/Makefile
Directory Properties:
  branches/2016Q4/   (props changed)

Modified: branches/2016Q4/x11-wm/herbstluftwm/Makefile
==============================================================================
--- branches/2016Q4/x11-wm/herbstluftwm/Makefile	Wed Nov  2 12:17:46 2016	(r425143)
+++ branches/2016Q4/x11-wm/herbstluftwm/Makefile	Wed Nov  2 12:21:40 2016	(r425144)
@@ -10,9 +10,9 @@ COMMENT=	Manual tiling window manager fo
 
 LICENSE=	BSD2CLAUSE
 
-USES=		compiler:c++11-lib gmake pkgconfig shebangfix
+USES=		compiler:c++11-lib gettext-runtime gmake pkgconfig shebangfix
 SHEBANG_FILES=	scripts/*.sh share/autostart share/*.sh
-USE_XORG=	x11 xinerama
+USE_XORG=	x11 xext xinerama
 USE_GNOME=	glib20
 
 MAKE_ARGS=	PREFIX=${PREFIX} SYSCONFDIR=${PREFIX}/etc \


More information about the svn-ports-all mailing list