diff options
author | Matthieu Herrb <matthieu@herrb.eu> | 2024-11-05 22:50:46 +0100 |
---|---|---|
committer | Matthieu Herrb <matthieu@herrb.eu> | 2024-11-05 22:50:46 +0100 |
commit | 2e34db1b1b4707e755eb1841f5f90befc4be0c34 (patch) | |
tree | a7a8720249ba1e3da7ecae1f0d8aa4801fe8fd74 /x11 | |
parent | b1c632631e02e7a1b7845f9e00a0680bff9d32a2 (diff) |
x11/libXmu: reorder Makefile
Diffstat (limited to 'x11')
-rw-r--r-- | x11/libXmu/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/libXmu/Makefile b/x11/libXmu/Makefile index 7230093..a6809b8 100644 --- a/x11/libXmu/Makefile +++ b/x11/libXmu/Makefile @@ -1,14 +1,14 @@ COMMENT = X miscellaneous utility routines library DISTNAME = libXmu-1.2.1 +SHARED_LIBS = Xmu 11.0 Xmuu 6.0 + CATEGORIES = x11 HOMEPAGE = https://gitlab.freedesktop.org/xorg/lib/libxmu MAINTAINER = xenocara@openbsd.org -SHARED_LIBS= Xmu 11.0 Xmuu 6.0 - # MIT PERMIT_PACKAGE = Yes |