diff options
author | Matthieu Herrb <matthieu@herrb.eu> | 2024-11-05 22:46:53 +0100 |
---|---|---|
committer | Matthieu Herrb <matthieu@herrb.eu> | 2024-11-05 22:46:53 +0100 |
commit | 8d123aade51d1ac212906ca6ae6ea576b103fbed (patch) | |
tree | b96423f02b9801f34de7c3b61e9bddf08d108f50 | |
parent | de73eac2b5d60c8d77a1322911adc58c230e6b41 (diff) |
x11/libXext: reorder Makefile
-rw-r--r-- | x11/libXext/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/libXext/Makefile b/x11/libXext/Makefile index f3a123a..7246071 100644 --- a/x11/libXext/Makefile +++ b/x11/libXext/Makefile @@ -1,14 +1,14 @@ COMMENT = library for common extensions to the X11 protocol DISTNAME = libXext-1.3.6 +SHARED_LIBS = Xext 13.0 + CATEGORIES = x11 HOMEPAGE = https://gitlab.freedesktop.org/xorg/lib/libxext MAINTAINER = xenocara@openbsd.org -SHARED_LIBS= Xext 13.0 - # MIT PERMIT_PACKAGE = Yes |