diff options
author | Matthieu Herrb <matthieu@herrb.eu> | 2024-11-05 22:40:53 +0100 |
---|---|---|
committer | Matthieu Herrb <matthieu@herrb.eu> | 2024-11-05 22:40:53 +0100 |
commit | 8c790eeede155b85fbeac1c1b30646be29ea505b (patch) | |
tree | 3c4ea15c7e932781e65c969ce999c1b5940643c4 /x11/libX11 | |
parent | bddc2aa4ce440635f385f41cd7f7af16cc04c8b5 (diff) |
x11/libX11: reorder Makefile
Diffstat (limited to 'x11/libX11')
-rw-r--r-- | x11/libX11/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/x11/libX11/Makefile b/x11/libX11/Makefile index cecebc7..7a0a65e 100644 --- a/x11/libX11/Makefile +++ b/x11/libX11/Makefile @@ -1,14 +1,15 @@ COMMENT = the X protocol library DISTNAME = libX11-1.8.10 + +SHARED_LIBS = X11 18.2 X11-xcb 2.0 + CATEGORIES = x11 HOMEPAGE = https://gitlab.freedesktop.org/xorg/lib/libX11 MAINTAINER = xenocara@openbsd.org -SHARED_LIBS= X11 18.2 X11-xcb 2.0 - # MIT PERMIT_PACKAGE = Yes |