diff options
Diffstat (limited to 'x11/libXv/Makefile')
-rw-r--r-- | x11/libXv/Makefile | 7 |
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 |