diff options
author | Matthieu Herrb <matthieu@herrb.eu> | 2024-11-06 10:35:24 +0100 |
---|---|---|
committer | Matthieu Herrb <matthieu@herrb.eu> | 2024-11-06 10:35:24 +0100 |
commit | bf1f5dbd96fea3aafd9f1add7fcbfca06462918e (patch) | |
tree | 9e5ee74b6d317966c8245bdb3e527a9808f9156e /x11 | |
parent | d1c0cc32b7a61df5c31761380c9c75678050ce72 (diff) |
x11/libfontenc: reorder Makefile
Diffstat (limited to 'x11')
-rw-r--r-- | x11/libfontenc/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/libfontenc/Makefile b/x11/libfontenc/Makefile index 2cfabc4..6a75243 100644 --- a/x11/libfontenc/Makefile +++ b/x11/libfontenc/Makefile @@ -2,14 +2,14 @@ COMMENT = X font encoding library DISTNAME = libfontenc-1.1.8 REVISION = 0 +SHARED_LIBS = fontenc 4.0 + CATEGORIES = x11 HOMEPAGE = https://gitlab.freedesktop.org/xorg/lib/libfontenc MAINTAINER = xenocara@openbsd.org -SHARED_LIBS= fontenc 4.0 - # MIT PERMIT_PACKAGE = Yes |