diff options
author | Matthieu Herrb <matthieu@herrb.eu> | 2024-11-06 10:33:57 +0100 |
---|---|---|
committer | Matthieu Herrb <matthieu@herrb.eu> | 2024-11-06 10:33:57 +0100 |
commit | 7d2aacee1f0e5ebb3507ceaf8825e7ffc89c6d79 (patch) | |
tree | 1ab3aa2572b8009ae5d34e63048d87590223ccd2 | |
parent | 26a62a627466935d39e2a2d101ada52570888f2f (diff) |
x11/libXvMC: reorder Makefile
-rw-r--r-- | x11/libXvMC/Makefile | 4 |
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 |