diff options
author | Wesley Shields <wxs@FreeBSD.org> | 2016-08-14 18:42:22 +0000 |
---|---|---|
committer | Wesley Shields <wxs@FreeBSD.org> | 2016-08-14 18:42:22 +0000 |
commit | 02f88f11ebddb37ec883e03c39485010aec03f26 (patch) | |
tree | 0e1c84075a39774bd7ba9e909916251600e87ea4 | |
parent | 699d6a36d24986415f95b6fff07485bc9ab3892f (diff) | |
download | freebsd-ports-02f88f11ebddb37ec883e03c39485010aec03f26.zip |
Add missing LIB_DEPENDS and LICENSE.
Submitted by: olgeni@
-rw-r--r-- | x11/xdotool/Makefile | 4 |
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 |