aboutsummaryrefslogtreecommitdiff
path: root/x11/xdpyinfo
diff options
context:
space:
mode:
authorNiclas Zeising <zeising@FreeBSD.org>2019-09-06 21:36:11 +0000
committerNiclas Zeising <zeising@FreeBSD.org>2019-09-06 21:36:11 +0000
commite8999e72d4ac4f449162509cd6bf15e496be8059 (patch)
tree6aafebef8e67198134fb21a23a69f98f05445e48 /x11/xdpyinfo
parentb29a542c5eb151cbfec9d2144d696eaaf005e0ee (diff)
downloadports-e8999e72d4ac4f449162509cd6bf15e496be8059.tar.gz
ports-e8999e72d4ac4f449162509cd6bf15e496be8059.zip
x11/xdpyinfo: Remove xf86misc dependency
Remove libXxf86misc dependency in x11/xdpyinfo. libXxf86misc is being deprecated. While here, add USES=xorg xorg-cat.
Notes
Notes: svn path=/head/; revision=511369
Diffstat (limited to 'x11/xdpyinfo')
-rw-r--r--x11/xdpyinfo/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/x11/xdpyinfo/Makefile b/x11/xdpyinfo/Makefile
index a03be3f961bb..ffa5d5b338da 100644
--- a/x11/xdpyinfo/Makefile
+++ b/x11/xdpyinfo/Makefile
@@ -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>