diff options
author | Matthieu Herrb <matthieu@herrb.eu> | 2024-11-06 10:31:38 +0100 |
---|---|---|
committer | Matthieu Herrb <matthieu@herrb.eu> | 2024-11-06 10:31:38 +0100 |
commit | 66591f56745f52226de8c4de2b345d1339389970 (patch) | |
tree | 17c58617d3a35a2edbbe1dac7d0d0258ceb778cf | |
parent | 4815e1d83e28e4bd6610f123b9d8ede22f1a7f6b (diff) |
x11/libXt: reorder Makefile
-rw-r--r-- | x11/libXt/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/libXt/Makefile b/x11/libXt/Makefile index d5aef46..edd918c 100644 --- a/x11/libXt/Makefile +++ b/x11/libXt/Makefile @@ -1,14 +1,14 @@ COMMENT = X Toolkit Intrinsics library DISTNAME = libXt-1.3.0 +SHARED_LIBS = Xt 11.1 + CATEGORIES = x11 HOMEPAGE = https://gitlab.freedesktop.org/xorg/lib/libxt MAINTAINER = xenocara@openbsd.org -SHARED_LIBS= Xt 11.1 - # MIT PERMIT_PACKAGE = Yes |