summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthieu Herrb <matthieu@herrb.eu>2024-11-06 10:37:02 +0100
committerMatthieu Herrb <matthieu@herrb.eu>2024-11-06 10:37:02 +0100
commit6663eeecfeea5fd0d1249bd76959d49f4e084414 (patch)
tree693e1190e6d58a1ebe536e9b7c0386e1878248a2
parent7e9832b41de8378608ca1e39c84b286766d728b1 (diff)
x11/libxkbfile: reorder Makefile
-rw-r--r--x11/libxkbfile/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/libxkbfile/Makefile b/x11/libxkbfile/Makefile
index 83a694b..a19da25 100644
--- a/x11/libxkbfile/Makefile
+++ b/x11/libxkbfile/Makefile
@@ -1,14 +1,14 @@
COMMENT = XKB file handling routines
DISTNAME = libxkbfile-1.1.3
+SHARED_LIBS = xkbfile 6.0
+
CATEGORIES = x11
HOMEPAGE = https://gitlab.freedesktop.org/xorg/lib/libxkbfile
MAINTAINER = xenocara@openbsd.org
-SHARED_LIBS= xkbfile 6.0
-
# MIT
PERMIT_PACKAGE = Yes