diff options
author | Matthieu Herrb <matthieu@herrb.eu> | 2024-11-05 22:45:00 +0100 |
---|---|---|
committer | Matthieu Herrb <matthieu@herrb.eu> | 2024-11-05 22:45:00 +0100 |
commit | 97bb31ee1bb2f8ba2d1c51ad374fc02ad0be7ece (patch) | |
tree | 249efc36fcf3312417f3576b51e79101d09cadab | |
parent | 03faa4887fc805ca2d269f02408bd3b1e9020b0d (diff) |
x11/libXcursor: reorder Makefile
-rw-r--r-- | x11/libXcursor/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/libXcursor/Makefile b/x11/libXcursor/Makefile index 693287a..acf2966 100644 --- a/x11/libXcursor/Makefile +++ b/x11/libXcursor/Makefile @@ -1,14 +1,14 @@ COMMENT = Xlib-based Cursor management library DISTNAME = libXcursor-1.2.2 +SHARED_LIBS = Xcursor 5.0 + CATEGORIES = x11 HOMEPAGE = https://gitlab.freedesktop.org/xorg/lib/libxcursor MAINTAINER = xenocara@openbsd.org -SHARED_LIBS= Xcursor 5.0 - # MIT PERMIT_PACKAGE = Yes |