summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthieu Herrb <matthieu@herrb.eu>2024-11-05 22:46:53 +0100
committerMatthieu Herrb <matthieu@herrb.eu>2024-11-05 22:46:53 +0100
commit8d123aade51d1ac212906ca6ae6ea576b103fbed (patch)
treeb96423f02b9801f34de7c3b61e9bddf08d108f50
parentde73eac2b5d60c8d77a1322911adc58c230e6b41 (diff)
x11/libXext: reorder Makefile
-rw-r--r--x11/libXext/Makefile4
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