svn commit: r420197 - head/x11/xdotool

Wesley Shields wxs at FreeBSD.org
Sun Aug 14 18:42:23 UTC 2016


Author: wxs
Date: Sun Aug 14 18:42:22 2016
New Revision: 420197
URL: https://svnweb.freebsd.org/changeset/ports/420197

Log:
  Add missing LIB_DEPENDS and LICENSE.
  
  Submitted by:	olgeni@

Modified:
  head/x11/xdotool/Makefile

Modified: head/x11/xdotool/Makefile
==============================================================================
--- head/x11/xdotool/Makefile	Sun Aug 14 18:38:53 2016	(r420196)
+++ head/x11/xdotool/Makefile	Sun Aug 14 18:42:22 2016	(r420197)
@@ -9,6 +9,10 @@ CATEGORIES=	x11
 MAINTAINER=	gregf at hugops.pw
 COMMENT=	Programmatically simulate keyboard input or mouse activity
 
+LICENSE=	BSD3CLAUSE
+
+LIB_DEPENDS=	libxkbcommon.so:x11/libxkbcommon
+
 USE_GITHUB=	yes
 GH_ACCOUNT=	jordansissel
 


More information about the svn-ports-all mailing list