svn commit: r526591 - head/Mk/Uses
Niclas Zeising
zeising at FreeBSD.org
Thu Feb 20 21:37:48 UTC 2020
Author: zeising
Date: Thu Feb 20 21:37:46 2020
New Revision: 526591
URL: https://svnweb.freebsd.org/changeset/ports/526591
Log:
Add libtool dependency for all xorg servers
Add libtool dependency for all xorg servers using USES=xorg-cat:xserver.
This was missed in r526589.
PR: 196678 (for tracking)
Modified:
head/Mk/Uses/xorg-cat.mk
Modified: head/Mk/Uses/xorg-cat.mk
==============================================================================
--- head/Mk/Uses/xorg-cat.mk Thu Feb 20 21:21:00 2020 (r526590)
+++ head/Mk/Uses/xorg-cat.mk Thu Feb 20 21:37:46 2020 (r526591)
@@ -171,6 +171,8 @@ DISTNAME?= xorg-server-${PORTVERSION}
. else
CONFIGURE_ARGS+= --with-xkb-path=${LOCALBASE}/share/X11/xkb \
--with-fontrootdir=${LOCALBASE}/share/fonts
+libtool_ARGS?= # empty
+.include "${USESDIR}/libtool.mk"
. endif
LIB_PC_DEPENDS+= ${LOCALBASE}/libdata/pkgconfig/dri.pc:graphics/mesa-dri
USE_XORG+= fontutil
More information about the svn-ports-head
mailing list