diff options
author | Matthieu Herrb <matthieu@herrb.eu> | 2024-11-05 22:52:03 +0100 |
---|---|---|
committer | Matthieu Herrb <matthieu@herrb.eu> | 2024-11-05 22:52:03 +0100 |
commit | 160f98391b66b882a21a6ef2d5ba16d8914666ac (patch) | |
tree | 331f950f40383a0ae59833529ca953dd68caa05f | |
parent | 86e0714a20cbd15d9f24a695e726337926c21ffb (diff) |
x11/libXpresent: reorder Makefile
-rw-r--r-- | x11/libXpresent/Makefile | 4 |
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 |