diff options
author | Matthieu Herrb <matthieu@herrb.eu> | 2024-11-05 22:46:20 +0100 |
---|---|---|
committer | Matthieu Herrb <matthieu@herrb.eu> | 2024-11-05 22:46:20 +0100 |
commit | de73eac2b5d60c8d77a1322911adc58c230e6b41 (patch) | |
tree | 01746169df8af318b9d2e03305555099ba95025c | |
parent | 63bffb11c8426305d37778f56f68fba0a4a82850 (diff) |
x11/libXdmcp: reorder Makefile
-rw-r--r-- | x11/libXdmcp/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/libXdmcp/Makefile b/x11/libXdmcp/Makefile index 4247b9f..d2b2d38 100644 --- a/x11/libXdmcp/Makefile +++ b/x11/libXdmcp/Makefile @@ -1,14 +1,14 @@ COMMENT = X Display Manager Control Protocol library DISTNAME = libXdmcp-1.1.5 +SHARED_LIBS = Xdmcp 11.0 + CATEGORIES = x11 HOMEPAGE = https://gitlab.freedesktop.org/xorg/lib/libxdmcp MAINTAINER = xenocara@openbsd.org -SHARED_LIBS= Xdmcp 11.0 - # MIT PERMIT_PACKAGE = Yes |