diff options
author | Florent Thoumie <flz@FreeBSD.org> | 2008-03-14 16:18:12 +0000 |
---|---|---|
committer | Florent Thoumie <flz@FreeBSD.org> | 2008-03-14 16:18:12 +0000 |
commit | e4f4db9a5e8a51e605b6e258804bf6a443ead391 (patch) | |
tree | 7b9376c912a81e30710c17fff70bfd25282231f9 /x11 | |
parent | 4397fdf74e867a9c751ea405164f111fa43371b9 (diff) |
Notes
Diffstat (limited to 'x11')
-rw-r--r-- | x11/xkbutils/Makefile | 3 |
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> |