diff options
Diffstat (limited to 'x11/libXcomposite/Makefile')
-rw-r--r-- | x11/libXcomposite/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/x11/libXcomposite/Makefile b/x11/libXcomposite/Makefile index 1b244ca..22a67e8 100644 --- a/x11/libXcomposite/Makefile +++ b/x11/libXcomposite/Makefile @@ -1,14 +1,14 @@ COMMENT = library for the Composite extension to the X11 protocol DISTNAME = libXcomposite-0.4.6 +SHARED_LIBS = Xcomposite 4.0 + CATEGORIES = x11 HOMEPAGE = https://gitlab.freedesktop.org/xorg/lib/libxcomposite MAINTAINER = xenocara@openbsd.org -SHARED_LIBS= Xcomposite 4.0 - # MIT PERMIT_PACKAGE = Yes @@ -24,9 +24,10 @@ BUILD_DEPENDS = devel/xorg-util-macros \ LIB_DEPENDS = x11/libX11 \ x11/libXfixes +SEPARATE_BUILD = Yes + USE_GMAKE = Yes -SEPARATE_BUILD = Yes CONFIGURE_STYLE = gnu CONFIGURE_ARGS = --with-xmlto=no |