summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthieu Herrb <matthieu@herrb.eu>2024-11-06 10:33:21 +0100
committerMatthieu Herrb <matthieu@herrb.eu>2024-11-06 10:33:21 +0100
commit26a62a627466935d39e2a2d101ada52570888f2f (patch)
treecdcf845d5721f62ff7753671c8e2f32d3c56d32b
parent64e7f5d370140f18a567873401989d0b92cdcb02 (diff)
x11/libXv: reorder Makefile
-rw-r--r--x11/libXv/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/x11/libXv/Makefile b/x11/libXv/Makefile
index 983d63e..4d2f45f 100644
--- a/x11/libXv/Makefile
+++ b/x11/libXv/Makefile
@@ -1,14 +1,14 @@
COMMENT = library for the X Video extension to the X Window System
DISTNAME = libXv-1.0.12
+SHARED_LIBS = Xv 6.0
+
CATEGORIES = x11
HOMEPAGE = https://gitlab.freedesktop.org/xorg/lib/libxv
MAINTAINER = xenocara@openbsd.org
-SHARED_LIBS= Xv 6.0
-
# MIT
PERMIT_PACKAGE = Yes
@@ -24,9 +24,8 @@ BUILD_DEPENDS = devel/xorg-util-macros \
LIB_DEPENDS = x11/libX11 \
x11/libXext
-USE_GMAKE = Yes
-
SEPARATE_BUILD = Yes
+USE_GMAKE = Yes
CONFIGURE_STYLE = gnu
NO_TEST = Yes