x11/xdpyinfo: Remove xf86misc dependency

Remove libXxf86misc dependency in x11/xdpyinfo.  libXxf86misc is being
deprecated.
While here, add USES=xorg xorg-cat.
This commit is contained in:
Niclas Zeising 2019-09-06 21:36:11 +00:00
parent b29a542c5e
commit e8999e72d4
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=511369

View File

@ -2,7 +2,7 @@
PORTNAME= xdpyinfo
PORTVERSION= 1.3.2
PORTREVISION= 2
PORTREVISION= 3
CATEGORIES= x11
MAINTAINER= x11@FreeBSD.org
@ -10,10 +10,12 @@ COMMENT= Display information utility for X
LICENSE= MIT
XORG_CAT= app
USES= xorg xorg-cat:app
USE_XORG= dmx x11 xcb xcomposite xext xinerama xorgproto xrender \
xtst xxf86dga xxf86misc xxf86vm
CONFIGURE_ARGS= --without-xf86misc
PLIST_FILES= bin/xdpyinfo man/man1/xdpyinfo.1.gz
.include <bsd.port.mk>