diff options
author | Eitan Adler <eadler@FreeBSD.org> | 2011-09-10 22:58:56 +0000 |
---|---|---|
committer | Eitan Adler <eadler@FreeBSD.org> | 2011-09-10 22:58:56 +0000 |
commit | 19726955449e2d774541e192aba6213f374c9d0d (patch) | |
tree | 3b57c1bb4ab5ccf732740ef20ac6400744d8b410 /x11/xset | |
parent | fc5206c40c755267bf2462d1e59cbf032c0f4a29 (diff) | |
download | ports-19726955449e2d774541e192aba6213f374c9d0d.tar.gz ports-19726955449e2d774541e192aba6213f374c9d0d.zip |
Notes
Diffstat (limited to 'x11/xset')
-rw-r--r-- | x11/xset/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11/xset/Makefile b/x11/xset/Makefile index 296374e0e302..23dc02d9cda3 100644 --- a/x11/xset/Makefile +++ b/x11/xset/Makefile @@ -7,13 +7,14 @@ PORTNAME= xset PORTVERSION= 1.2.2 +PORTREVISION= 1 CATEGORIES= x11 MAINTAINER= x11@FreeBSD.org COMMENT= User preference utility for X XORG_CAT= app -USE_XORG= xmuu +USE_XORG= xmuu xproto x11 xext xxf86misc xfontcache PLIST_FILES= bin/xset |