diff options
-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 \ |