diff options
author | zeising <zeising@FreeBSD.org> | 2019-09-07 06:22:05 +0800 |
---|---|---|
committer | zeising <zeising@FreeBSD.org> | 2019-09-07 06:22:05 +0800 |
commit | a769bd4bc578c51d4f8b883c5385b6f70a14b776 (patch) | |
tree | 2c0e2b25f26ac5258719dcf24b241c0d5ce1809b | |
parent | 19dc16cf81ef16a97841cfbe00ec717aaff0266a (diff) | |
download | freebsd-ports-gnome-a769bd4bc578c51d4f8b883c5385b6f70a14b776.tar.gz freebsd-ports-gnome-a769bd4bc578c51d4f8b883c5385b6f70a14b776.tar.zst freebsd-ports-gnome-a769bd4bc578c51d4f8b883c5385b6f70a14b776.zip |
x11/xdpyinfo: Really remove xf86misc dependency
-rw-r--r-- | x11/xdpyinfo/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11/xdpyinfo/Makefile b/x11/xdpyinfo/Makefile index ffa5d5b338da..985150ccc857 100644 --- a/x11/xdpyinfo/Makefile +++ b/x11/xdpyinfo/Makefile @@ -12,7 +12,7 @@ LICENSE= MIT USES= xorg xorg-cat:app USE_XORG= dmx x11 xcb xcomposite xext xinerama xorgproto xrender \ - xtst xxf86dga xxf86misc xxf86vm + xtst xxf86dga xxf86vm CONFIGURE_ARGS= --without-xf86misc |