diff options
author | Matthieu Herrb <matthieu@herrb.eu> | 2024-11-06 10:32:25 +0100 |
---|---|---|
committer | Matthieu Herrb <matthieu@herrb.eu> | 2024-11-06 10:32:25 +0100 |
commit | 64e7f5d370140f18a567873401989d0b92cdcb02 (patch) | |
tree | 811ecf8eee6976057725b85e65bd18691e835f4b | |
parent | 66591f56745f52226de8c4de2b345d1339389970 (diff) |
x11/libXtst: reorder Makefile
-rw-r--r-- | x11/libXtst/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/libXtst/Makefile b/x11/libXtst/Makefile index f1dc8d6..2dffb23 100644 --- a/x11/libXtst/Makefile +++ b/x11/libXtst/Makefile @@ -1,14 +1,14 @@ COMMENT = X Test library DISTNAME = libXtst-1.2.5 +SHARED_LIBS = Xtst 11.0 + CATEGORIES = x11 HOMEPAGE = https://gitlab.freedesktop.org/xorg/lib/libxtst MAINTAINER = xenocara@openbsd.org -SHARED_LIBS= Xtst 11.0 - # MIT PERMIT_PACKAGE = Yes |