aboutsummaryrefslogtreecommitdiffstats
path: root/x11
diff options
context:
space:
mode:
authorflz <flz@FreeBSD.org>2008-03-15 00:18:12 +0800
committerflz <flz@FreeBSD.org>2008-03-15 00:18:12 +0800
commit57c86dd450c546da8c6d9ccbe0ae8373ad8c9efb (patch)
treeef243567d002101bfc47e1a22f018f7dd9afd093 /x11
parent3d40da91f2e3ab7f0bf07ee5b545263eed4d77de (diff)
downloadfreebsd-ports-gnome-57c86dd450c546da8c6d9ccbe0ae8373ad8c9efb.tar.gz
freebsd-ports-gnome-57c86dd450c546da8c6d9ccbe0ae8373ad8c9efb.tar.zst
freebsd-ports-gnome-57c86dd450c546da8c6d9ccbe0ae8373ad8c9efb.zip
Add inputproto to USE_XORG.
Reported by: erwin
Diffstat (limited to 'x11')
-rw-r--r--x11/xkbutils/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/x11/xkbutils/Makefile b/x11/xkbutils/Makefile
index 6c81d07d8769..47166b1708e6 100644
--- a/x11/xkbutils/Makefile
+++ b/x11/xkbutils/Makefile
@@ -7,12 +7,13 @@
PORTNAME= xkbutils
PORTVERSION= 1.0.1
+PORTREVISION= 1
CATEGORIES= x11
MAINTAINER= x11@FreeBSD.org
COMMENT= XKB utility demos
XORG_CAT= app
-USE_XORG= xkbfile x11 xaw
+USE_XORG= xkbfile x11 xaw inputproto
.include <bsd.port.mk>