summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthieu Herrb <matthieu@herrb.eu>2024-11-05 22:52:03 +0100
committerMatthieu Herrb <matthieu@herrb.eu>2024-11-05 22:52:03 +0100
commit160f98391b66b882a21a6ef2d5ba16d8914666ac (patch)
tree331f950f40383a0ae59833529ca953dd68caa05f
parent86e0714a20cbd15d9f24a695e726337926c21ffb (diff)
x11/libXpresent: reorder Makefile
-rw-r--r--x11/libXpresent/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/libXpresent/Makefile b/x11/libXpresent/Makefile
index d9d6996..1cbae60 100644
--- a/x11/libXpresent/Makefile
+++ b/x11/libXpresent/Makefile
@@ -1,14 +1,14 @@
COMMENT = Xlib-based library for the X Present Extension
DISTNAME = libXpresent-1.0.1
+SHARED_LIBS = Xpresent 1.0
+
CATEGORIES = x11
HOMEPAGE = https://gitlab.freedesktop.org/xorg/lib/libxpresent
MAINTAINER = xenocara@openbsd.org
-SHARED_LIBS= Xpresent 1.0
-
# MIT
PERMIT_PACKAGE = Yes