diff options
author | Matthieu Herrb <matthieu@herrb.eu> | 2024-11-05 22:50:07 +0100 |
---|---|---|
committer | Matthieu Herrb <matthieu@herrb.eu> | 2024-11-05 22:50:07 +0100 |
commit | b1c632631e02e7a1b7845f9e00a0680bff9d32a2 (patch) | |
tree | 2c65e45f415de4824e00d41a35a76c5fcf339e42 | |
parent | 4e14c30cb2151120b2bafbee0b1df2657542d3f4 (diff) |
x11/libXinerama: reorder Makefile
-rw-r--r-- | x11/libXinerama/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/libXinerama/Makefile b/x11/libXinerama/Makefile index 2c92bb8..dbfd591 100644 --- a/x11/libXinerama/Makefile +++ b/x11/libXinerama/Makefile @@ -1,14 +1,14 @@ COMMENT = API for Xinerama extension to X11 Protocol DISTNAME = libXinerama-1.1.4 +SHARED_LIBS = Xinerama 6.0 + CATEGORIES = x11 HOMEPAGE = https://gitlab.freedesktop.org/xorg/lib/libxinerama MAINTAINER = xenocara@openbsd.org -SHARED_LIBS= Xinerama 6.0 - # MIT PERMIT_PACKAGE = Yes |