summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthieu Herrb <matthieu@herrb.eu>2024-11-05 22:40:03 +0100
committerMatthieu Herrb <matthieu@herrb.eu>2024-11-05 22:40:03 +0100
commitbddc2aa4ce440635f385f41cd7f7af16cc04c8b5 (patch)
treeb4675cb18b9828b4271e2623bc6345bd79a874d2
parent7d25a521a57b530e9bf1d7cef80f23e2c8fe9883 (diff)
x11/libSM: reorder Makefile
-rw-r--r--x11/libSM/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/x11/libSM/Makefile b/x11/libSM/Makefile
index 91a66e0..47a5646 100644
--- a/x11/libSM/Makefile
+++ b/x11/libSM/Makefile
@@ -1,14 +1,15 @@
COMMENT = X Session Management Library
DISTNAME = libSM-1.2.4
+
+SHARED_LIBS = SM 9.0
+
CATEGORIES = x11
HOMEPAGE = https://gitlab.freedesktop.org/xorg/lib/libsm
MAINTAINER = xenocara@openbsd.org
-SHARED_LIBS= SM 9.0
-
# MIT
PERMIT_PACKAGE = Yes