diff options
author | Matthieu Herrb <matthieu@herrb.eu> | 2024-11-05 22:43:13 +0100 |
---|---|---|
committer | Matthieu Herrb <matthieu@herrb.eu> | 2024-11-05 22:43:13 +0100 |
commit | 462ff6ce6800c4e514a9ca98735c0407f9f7dc1f (patch) | |
tree | 8a8d247306444ce69003e5818da1d343701ed702 | |
parent | 0a408a476b057c7da1e8a0f312599d94d63ec34d (diff) |
x11/libXaw: reorder Makefile
-rw-r--r-- | x11/libXaw/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/libXaw/Makefile b/x11/libXaw/Makefile index f2aa6c3..a6ec3aa 100644 --- a/x11/libXaw/Makefile +++ b/x11/libXaw/Makefile @@ -1,14 +1,14 @@ COMMENT = X Athena Widget Set DISTNAME = libXaw-1.0.16 +SHARED_LIBS = Xaw7 16.0 Xaw 16.0 + CATEGORIES = x11 HOMEPAGE = https://gitlab.freedesktop.org/xorg/lib/libxaw MAINTAINER = xenocara@openbsd.org -SHARED_LIBS= Xaw7 16.0 Xaw 16.0 - # MIT PERMIT_PACKAGE = Yes |