diff options
author | Matthieu Herrb <matthieu@herrb.eu> | 2024-11-05 22:48:15 +0100 |
---|---|---|
committer | Matthieu Herrb <matthieu@herrb.eu> | 2024-11-05 22:48:15 +0100 |
commit | 24012893e2a85fc5bd69f5f2f93d5c95b99b91dc (patch) | |
tree | 33ad2ada05be27d47a2ad0d34c0323cf7730fd6e | |
parent | 377a658d4dbf34d592556f35546c9e69648dbae7 (diff) |
x11/libXfont2: reorder Makefile
-rw-r--r-- | x11/libXfont2/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/libXfont2/Makefile b/x11/libXfont2/Makefile index abf0a04..5c05801 100644 --- a/x11/libXfont2/Makefile +++ b/x11/libXfont2/Makefile @@ -1,14 +1,14 @@ COMMENT = the X protocol library DISTNAME = libXfont2-2.0.7 +SHARED_LIBS = Xfont2 2.0 + CATEGORIES = x11 HOMEPAGE = https://gitlab.freedesktop.org/xorg/lib/libxfont MAINTAINER = xenocara@openbsd.org -SHARED_LIBS= Xfont2 2.0 - # MIT PERMIT_PACKAGE = Yes |