diff options
author | Matthieu Herrb <matthieu@herrb.eu> | 2024-11-05 22:39:22 +0100 |
---|---|---|
committer | Matthieu Herrb <matthieu@herrb.eu> | 2024-11-05 22:39:22 +0100 |
commit | 7d25a521a57b530e9bf1d7cef80f23e2c8fe9883 (patch) | |
tree | 514f96e8716cbe9ee5c4a9bdd4b56888f804c2d4 | |
parent | eae1aa91a66818cc64062423227a7a628c3d4a99 (diff) |
x11/libICE: reorder Makefile
-rw-r--r-- | x11/libICE/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/x11/libICE/Makefile b/x11/libICE/Makefile index 9485b02..8663a3e 100644 --- a/x11/libICE/Makefile +++ b/x11/libICE/Makefile @@ -1,14 +1,15 @@ COMMENT = Inter-Client Exchange Library DISTNAME = libICE-1.1.1 + +SHARED_LIBS = ICE 11.0 + CATEGORIES = x11 HOMEPAGE = https://gitlab.freedesktop.org/xorg/lib/libice MAINTAINER = xenocara@openbsd.org -SHARED_LIBS= ICE 11.0 - # MIT PERMIT_PACKAGE = Yes |