diff options
author | wxs <wxs@FreeBSD.org> | 2010-05-29 20:06:12 +0800 |
---|---|---|
committer | wxs <wxs@FreeBSD.org> | 2010-05-29 20:06:12 +0800 |
commit | a5aa3b6d9de156c47acadc5d5d748667f56d656e (patch) | |
tree | 567c42923b9393868e06ccbfed8f706aa7621791 /x11/keynav | |
parent | bff6294a681d66e3ff02fcb89e127f768f9f8000 (diff) | |
download | freebsd-ports-gnome-a5aa3b6d9de156c47acadc5d5d748667f56d656e.tar.gz freebsd-ports-gnome-a5aa3b6d9de156c47acadc5d5d748667f56d656e.tar.zst freebsd-ports-gnome-a5aa3b6d9de156c47acadc5d5d748667f56d656e.zip |
Chase xdotool shlib bump
Noticed by: erwin@ (via pointyhat)
Pointyhat to: me :(
Diffstat (limited to 'x11/keynav')
-rw-r--r-- | x11/keynav/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11/keynav/Makefile b/x11/keynav/Makefile index 105eda4723b0..147fde603ae8 100644 --- a/x11/keynav/Makefile +++ b/x11/keynav/Makefile @@ -7,6 +7,7 @@ PORTNAME= keynav DISTVERSION= 0.20100302.2713 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= x11 MASTER_SITES= http://semicomplete.googlecode.com/files/ @@ -14,7 +15,7 @@ MASTER_SITES= http://semicomplete.googlecode.com/files/ MAINTAINER= wxs@FreeBSD.org COMMENT= Quickly select a portion of the screen using minimal keystrokes -LIB_DEPENDS= xdo.1:${PORTSDIR}/x11/xdotool +LIB_DEPENDS= xdo.2:${PORTSDIR}/x11/xdotool USE_GNOME= glib20 USE_XORG= xtst x11 xinerama |