summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWesley Shields <wxs@FreeBSD.org>2016-08-14 18:42:22 +0000
committerWesley Shields <wxs@FreeBSD.org>2016-08-14 18:42:22 +0000
commit02f88f11ebddb37ec883e03c39485010aec03f26 (patch)
tree0e1c84075a39774bd7ba9e909916251600e87ea4
parent699d6a36d24986415f95b6fff07485bc9ab3892f (diff)
downloadfreebsd-ports-02f88f11ebddb37ec883e03c39485010aec03f26.zip
Add missing LIB_DEPENDS and LICENSE.
Submitted by: olgeni@
-rw-r--r--x11/xdotool/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/x11/xdotool/Makefile b/x11/xdotool/Makefile
index e662b5b959d4..62cb6ad437ea 100644
--- a/x11/xdotool/Makefile
+++ b/x11/xdotool/Makefile
@@ -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