diff options
author | Niclas Zeising <zeising@FreeBSD.org> | 2018-07-31 18:41:30 +0000 |
---|---|---|
committer | Niclas Zeising <zeising@FreeBSD.org> | 2018-07-31 18:41:30 +0000 |
commit | 15dac70c75ad7e5286c80ca05c69fbfc1061905c (patch) | |
tree | 71f4780cd34e184b043831e0db99b92f22e0da0d /x11/xwininfo | |
parent | e81287c37b3d7ec77e4687a96e63839a01baeb30 (diff) |
Notes
Diffstat (limited to 'x11/xwininfo')
-rw-r--r-- | x11/xwininfo/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11/xwininfo/Makefile b/x11/xwininfo/Makefile index df9e41da1c0f..ca557ba0dc52 100644 --- a/x11/xwininfo/Makefile +++ b/x11/xwininfo/Makefile @@ -2,6 +2,7 @@ PORTNAME= xwininfo PORTVERSION= 1.1.4 +PORTREVISION= 1 CATEGORIES= x11 MAINTAINER= x11@FreeBSD.org @@ -9,7 +10,7 @@ COMMENT= Window information utility for X XORG_CAT= app USES= iconv -USE_XORG= x11 xcb xproto xorg-macros +USE_XORG= x11 xcb xorgproto xorg-macros PLIST_FILES= bin/xwininfo man/man1/xwininfo.1.gz |