diff options
author | Matthieu Herrb <matthieu@herrb.eu> | 2024-11-05 22:47:34 +0100 |
---|---|---|
committer | Matthieu Herrb <matthieu@herrb.eu> | 2024-11-05 22:47:34 +0100 |
commit | 377a658d4dbf34d592556f35546c9e69648dbae7 (patch) | |
tree | de73cc3228f389abbb5b1aba0e4a0df62fed8ea9 | |
parent | 8d123aade51d1ac212906ca6ae6ea576b103fbed (diff) |
x11/libXfixes: reorder Makefile
-rw-r--r-- | x11/libXfixes/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/libXfixes/Makefile b/x11/libXfixes/Makefile index 382f8ba..b020c78 100644 --- a/x11/libXfixes/Makefile +++ b/x11/libXfixes/Makefile @@ -1,14 +1,14 @@ COMMENT = Xlib-based library for the XFIXES Extension DISTNAME = libXfixes-6.0.1 +SHARED_LIBS = Xfixes 6.1 + CATEGORIES = x11 HOMEPAGE = https://gitlab.freedesktop.org/xorg/lib/libxfixes MAINTAINER = xenocara@openbsd.org -SHARED_LIBS= Xfixes 6.1 - # MIT PERMIT_PACKAGE = Yes |