diff options
author | Matthieu Herrb <matthieu@herrb.eu> | 2024-11-05 22:49:36 +0100 |
---|---|---|
committer | Matthieu Herrb <matthieu@herrb.eu> | 2024-11-05 22:49:36 +0100 |
commit | 4e14c30cb2151120b2bafbee0b1df2657542d3f4 (patch) | |
tree | c611a3f9f0362539260ca5f4e73c0a20182f9c3b | |
parent | 8fd9e83cba668b4e545ca0095e55d715e6764a22 (diff) |
x11/libXi: reorder Makefile
-rw-r--r-- | x11/libXi/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/x11/libXi/Makefile b/x11/libXi/Makefile index 99458c7..3674ab2 100644 --- a/x11/libXi/Makefile +++ b/x11/libXi/Makefile @@ -1,14 +1,14 @@ COMMENT = library for the X Input Extension DISTNAME = libXi-1.8.2 +SHARED_LIBS = Xi 12.2 + CATEGORIES = x11 HOMEPAGE = https://gitlab.freedesktop.org/xorg/lib/libxi MAINTAINER = xenocara@openbsd.org -SHARED_LIBS= Xi 12.2 - # MIT PERMIT_PACKAGE = Yes @@ -24,9 +24,10 @@ BUILD_DEPENDS = devel/xorg-util-macros \ LIB_DEPENDS = x11/libXext \ x11/libXfixes +SEPARATE_BUILD = Yes + USE_GMAKE = Yes -SEPARATE_BUILD = Yes CONFIGURE_STYLE = gnu CONFIGURE_ARGS = --without-xmlto --without-asciidoc --without-fop \ |