diff options
author | Matthieu Herrb <matthieu@herrb.eu> | 2024-11-06 10:31:01 +0100 |
---|---|---|
committer | Matthieu Herrb <matthieu@herrb.eu> | 2024-11-06 10:31:01 +0100 |
commit | 4815e1d83e28e4bd6610f123b9d8ede22f1a7f6b (patch) | |
tree | 775ecba1bd0a4d978b066ee19107ed53ef8f201e | |
parent | 98752626b058ba728fbb0c34ac5129d5cc77afe8 (diff) |
x11/libXres: reorder Makefile
-rw-r--r-- | x11/libXres/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/libXres/Makefile b/x11/libXres/Makefile index 8c88bd5..e32d619 100644 --- a/x11/libXres/Makefile +++ b/x11/libXres/Makefile @@ -1,14 +1,14 @@ COMMENT = Xlib-based X-Resource extension client library DISTNAME = libXres-1.2.2 +SHARED_LIBS = XRes 5.1 + CATEGORIES = x11 HOMEPAGE = https://gitlab.freedesktop.org/xorg/lib/libxres MAINTAINER = xenocara@openbsd.org -SHARED_LIBS= XRes 5.1 - # MIT PERMIT_PACKAGE = Yes |