diff options
author | Matthieu Herrb <matthieu@herrb.eu> | 2024-11-06 10:34:40 +0100 |
---|---|---|
committer | Matthieu Herrb <matthieu@herrb.eu> | 2024-11-06 10:34:40 +0100 |
commit | d1c0cc32b7a61df5c31761380c9c75678050ce72 (patch) | |
tree | 820e37f8b19e4ad9055b496c112cee7ff8f77d34 /x11 | |
parent | 7d2aacee1f0e5ebb3507ceaf8825e7ffc89c6d79 (diff) |
x11/libXxf86vm: reorder Makefile
Diffstat (limited to 'x11')
-rw-r--r-- | x11/libXxf86vm/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/libXxf86vm/Makefile b/x11/libXxf86vm/Makefile index bd652fc..acab729 100644 --- a/x11/libXxf86vm/Makefile +++ b/x11/libXxf86vm/Makefile @@ -1,14 +1,14 @@ COMMENT = Xlib-based library for the XFree86-VidMode X extension DISTNAME = libXxf86vm-1.1.4 +SHARED_LIBS = Xxf86vm 6.0 + CATEGORIES = x11 HOMEPAGE = https://gitlab.freedesktop.org/xorg/lib/libxxf86vm MAINTAINER = xenocara@openbsd.org -SHARED_LIBS= Xxf86vm 6.0 - # MIT PERMIT_PACKAGE = Yes |