summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthieu Herrb <matthieu@herrb.eu>2024-11-06 10:33:57 +0100
committerMatthieu Herrb <matthieu@herrb.eu>2024-11-06 10:33:57 +0100
commit7d2aacee1f0e5ebb3507ceaf8825e7ffc89c6d79 (patch)
tree1ab3aa2572b8009ae5d34e63048d87590223ccd2
parent26a62a627466935d39e2a2d101ada52570888f2f (diff)
x11/libXvMC: reorder Makefile
-rw-r--r--x11/libXvMC/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/libXvMC/Makefile b/x11/libXvMC/Makefile
index f7c75dd..60c0880 100644
--- a/x11/libXvMC/Makefile
+++ b/x11/libXvMC/Makefile
@@ -1,14 +1,14 @@
COMMENT = X-Video Motion Compensation API
DISTNAME = libXvMC-1.0.14
+SHARED_LIBS = XvMC 6.0 XvMCW 2.0
+
CATEGORIES = x11
HOMEPAGE = https://gitlab.freedesktop.org/xorg/lib/libxvmc
MAINTAINER = xenocara@openbsd.org
-SHARED_LIBS= XvMC 6.0 XvMCW 2.0
-
# MIT
PERMIT_PACKAGE = Yes