diff options
author | Matthieu Herrb <matthieu@herrb.eu> | 2024-11-05 22:48:55 +0100 |
---|---|---|
committer | Matthieu Herrb <matthieu@herrb.eu> | 2024-11-05 22:48:55 +0100 |
commit | 8fd9e83cba668b4e545ca0095e55d715e6764a22 (patch) | |
tree | 955986cfeea37b5a997c599f5ef3cc1db51a06ed | |
parent | 24012893e2a85fc5bd69f5f2f93d5c95b99b91dc (diff) |
x11/libXft: reorder Makefile
-rw-r--r-- | x11/libXft/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/libXft/Makefile b/x11/libXft/Makefile index 5a61b53..7911b24 100644 --- a/x11/libXft/Makefile +++ b/x11/libXft/Makefile @@ -1,14 +1,14 @@ COMMENT = X FreeType library DISTNAME = libXft-2.3.8 +SHARED_LIBS = Xft 12.0 + CATEGORIES = x11 HOMEPAGE = https://gitlab.freedesktop.org/xorg/lib/libxft MAINTAINER = xenocara@openbsd.org -SHARED_LIBS= Xft 12.0 - # MIT PERMIT_PACKAGE = Yes |