diff options
author | Matthieu Herrb <matthieu@herrb.eu> | 2024-11-05 22:52:43 +0100 |
---|---|---|
committer | Matthieu Herrb <matthieu@herrb.eu> | 2024-11-05 22:52:43 +0100 |
commit | 93850227b4826f20417f07bea08d945de4adc419 (patch) | |
tree | 1cc37afc326bc1774c9b3a10fadc0fa85a01d60e | |
parent | 160f98391b66b882a21a6ef2d5ba16d8914666ac (diff) |
x11/libXrandr: reorder Makefile
-rw-r--r-- | x11/libXrandr/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/libXrandr/Makefile b/x11/libXrandr/Makefile index a09114f..c83046e 100644 --- a/x11/libXrandr/Makefile +++ b/x11/libXrandr/Makefile @@ -1,14 +1,14 @@ COMMENT = Xlib Resize, Rotate and Reflection (RandR) extension library DISTNAME = libXrandr-1.5.4 +SHARED_LIBS = Xrandr 7.1 + CATEGORIES = x11 HOMEPAGE = https://gitlab.freedesktop.org/xorg/lib/libxrandr MAINTAINER = xenocara@openbsd.org -SHARED_LIBS= Xrandr 7.1 - # MIT PERMIT_PACKAGE = Yes |