diff options
author | Eitan Adler <eadler@FreeBSD.org> | 2011-09-20 02:52:01 +0000 |
---|---|---|
committer | Eitan Adler <eadler@FreeBSD.org> | 2011-09-20 02:52:01 +0000 |
commit | e3c4574a632bbf2d0e3c16c84e980d9eea621666 (patch) | |
tree | dfcfcad38025000d0384cd5f81223ae18757b56e /x11/xkbutils/Makefile | |
parent | 94369edf02410727cfb77e9ac5914f2a0c67a6ba (diff) |
Notes
Diffstat (limited to 'x11/xkbutils/Makefile')
-rw-r--r-- | x11/xkbutils/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/x11/xkbutils/Makefile b/x11/xkbutils/Makefile index c622f3f9e182..62f3626d6ae5 100644 --- a/x11/xkbutils/Makefile +++ b/x11/xkbutils/Makefile @@ -6,14 +6,17 @@ # PORTNAME= xkbutils -PORTVERSION= 1.0.1 -PORTREVISION= 2 +PORTVERSION= 1.0.3 CATEGORIES= x11 MAINTAINER= x11@FreeBSD.org COMMENT= XKB utility demos +LICENSE= x11 + XORG_CAT= app USE_XORG= xkbfile x11 xaw inputproto +MAN1= xkbbell.1 xkbvleds.1 xkbwatch.1 + .include <bsd.port.mk> |