aboutsummaryrefslogtreecommitdiff
path: root/Mk/bsd.xorg.mk
diff options
context:
space:
mode:
Diffstat (limited to 'Mk/bsd.xorg.mk')
-rw-r--r--Mk/bsd.xorg.mk5
1 files changed, 3 insertions, 2 deletions
diff --git a/Mk/bsd.xorg.mk b/Mk/bsd.xorg.mk
index a2ba2517b294..106463146e58 100644
--- a/Mk/bsd.xorg.mk
+++ b/Mk/bsd.xorg.mk
@@ -29,7 +29,7 @@ Xorg_Pre_Include= bsd.xorg.mk
.if defined(XORG_CAT)
# Default variables, common to all new modular xorg ports.
-.if !defined(USE_TGZ)
+.if !defined(USE_TGZ) && !defined(USE_XZ)
USE_BZIP2= yes
.endif
GNU_CONFIGURE= yes
@@ -65,6 +65,7 @@ USE_XORG+= xorg-server xproto randrproto xi renderproto xextproto \
CFLAGS+= -fno-optimize-sibling-calls
. endif
CONFIGURE_ENV+= DRIVER_MAN_SUFFIX=4x DRIVER_MAN_DIR='$$(mandir)/man4'
+USES+= libtool
. endif
. if ${XORG_CAT} == "font"
@@ -139,7 +140,7 @@ post-install:
.endif
. if ${XORG_CAT} == "lib"
-USES+= pathfix
+USES+= pathfix libtool
USE_LDCONFIG= yes
CONFIGURE_ARGS+=--enable-malloc0returnsnull
. endif