Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 14 Aug 2016 18:42:22 +0000 (UTC)
From:      Wesley Shields <wxs@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r420197 - head/x11/xdotool
Message-ID:  <201608141842.u7EIgMur038530@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@hugops.pw
 COMMENT=	Programmatically simulate keyboard input or mouse activity
 
+LICENSE=	BSD3CLAUSE
+
+LIB_DEPENDS=	libxkbcommon.so:x11/libxkbcommon
+
 USE_GITHUB=	yes
 GH_ACCOUNT=	jordansissel
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201608141842.u7EIgMur038530>