diff options
author | az <az@FreeBSD.org> | 2013-09-13 01:07:08 +0800 |
---|---|---|
committer | az <az@FreeBSD.org> | 2013-09-13 01:07:08 +0800 |
commit | 0a40dc2375b36f8b0dde18c64f7a94194d1f8190 (patch) | |
tree | ec18cef613a0fc54432d428850a3c719902d7112 /x11/xdotool | |
parent | c40d62ac5a658e66041580a018de18efae1ded0f (diff) | |
download | freebsd-ports-gnome-0a40dc2375b36f8b0dde18c64f7a94194d1f8190.tar.gz freebsd-ports-gnome-0a40dc2375b36f8b0dde18c64f7a94194d1f8190.tar.zst freebsd-ports-gnome-0a40dc2375b36f8b0dde18c64f7a94194d1f8190.zip |
- convert to the new perl5 framework
- convert USE_GMAKE to Uses
Approved by: portmgr (bapt@, blanket)
Diffstat (limited to 'x11/xdotool')
-rw-r--r-- | x11/xdotool/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/xdotool/Makefile b/x11/xdotool/Makefile index 10dd03e3719c..efe47b88346d 100644 --- a/x11/xdotool/Makefile +++ b/x11/xdotool/Makefile @@ -9,10 +9,10 @@ MASTER_SITES= http://semicomplete.googlecode.com/files/ MAINTAINER= wxs@FreeBSD.org COMMENT= Programmatically simulate keyboard input or mouse activity -USE_PERL5_BUILD= yes USE_LDCONFIG= yes -USES= gmake pkgconfig +USES= gmake pkgconfig perl5 USE_XORG= x11 xtst xinerama +USE_PERL5= build MAN1= xdotool.1 PLIST_FILES= bin/xdotool lib/libxdo.so lib/libxdo.so.2 include/xdo.h |