diff options
author | Wesley Shields <wxs@FreeBSD.org> | 2010-05-29 12:06:12 +0000 |
---|---|---|
committer | Wesley Shields <wxs@FreeBSD.org> | 2010-05-29 12:06:12 +0000 |
commit | 14078af0479537ccd36b006a8ad150723c599c00 (patch) | |
tree | 950a0a66a115762e94a3bdabe6f0ac401e0fb16b /x11/keynav | |
parent | 55f7ae8a51e797d2c41bb6e4724c40e52a38adab (diff) |
Notes
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 |