diff options
author | Matthieu Herrb <matthieu@herrb.eu> | 2024-11-05 22:44:19 +0100 |
---|---|---|
committer | Matthieu Herrb <matthieu@herrb.eu> | 2024-11-05 22:44:19 +0100 |
commit | 03faa4887fc805ca2d269f02408bd3b1e9020b0d (patch) | |
tree | c17089a4f080784b8da33119aabf428bba57c041 | |
parent | 462ff6ce6800c4e514a9ca98735c0407f9f7dc1f (diff) |
x11/libXcomposite: reorder 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 |