diff options
author | Matthieu Herrb <matthieu@herrb.eu> | 2024-11-05 22:40:03 +0100 |
---|---|---|
committer | Matthieu Herrb <matthieu@herrb.eu> | 2024-11-05 22:40:03 +0100 |
commit | bddc2aa4ce440635f385f41cd7f7af16cc04c8b5 (patch) | |
tree | b4675cb18b9828b4271e2623bc6345bd79a874d2 | |
parent | 7d25a521a57b530e9bf1d7cef80f23e2c8fe9883 (diff) |
x11/libSM: reorder Makefile
-rw-r--r-- | x11/libSM/Makefile | 5 |
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 |