aboutsummaryrefslogtreecommitdiff
path: root/x11/keyboardcast/Makefile
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2013-12-25 12:54:43 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2013-12-25 12:54:43 +0000
commita9faa0a54344cd21e75895fcaf3242fd88fbd589 (patch)
treea710ef562f415e52e66e8193a019d3b94c9da458 /x11/keyboardcast/Makefile
parent9cd59985206974fe3e2c4c118a0c16f50d7a496a (diff)
downloadports-a9faa0a54344cd21e75895fcaf3242fd88fbd589.tar.gz
ports-a9faa0a54344cd21e75895fcaf3242fd88fbd589.zip
Notes
Diffstat (limited to 'x11/keyboardcast/Makefile')
-rw-r--r--x11/keyboardcast/Makefile8
1 files changed, 2 insertions, 6 deletions
diff --git a/x11/keyboardcast/Makefile b/x11/keyboardcast/Makefile
index d203c397904e..f062764fcb54 100644
--- a/x11/keyboardcast/Makefile
+++ b/x11/keyboardcast/Makefile
@@ -3,7 +3,7 @@
PORTNAME= keyboardcast
PORTVERSION= 0.1.1
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= x11
MASTER_SITES= GOOGLE_CODE \
http://desrt.mcmaster.ca/code/keyboardcast/
@@ -11,13 +11,9 @@ MASTER_SITES= GOOGLE_CODE \
MAINTAINER= eimar.koort@gmail.com
COMMENT= Broadcast keystrokes to multiple X windows for Gnome2
-USE_XORG= xmu
+USE_XORG= xmu x11
USE_GNOME= libwnck libglade2 gtk20
USES= pkgconfig
INSTALLS_ICONS= yes
-NO_STAGE= yes
-post-install:
- @${CAT} ${PKGMESSAGE}
-
.include <bsd.port.mk>