aboutsummaryrefslogtreecommitdiff
path: root/Mk/bsd.xorg.mk
diff options
context:
space:
mode:
authorKoop Mast <kwm@FreeBSD.org>2012-05-02 07:22:42 +0000
committerKoop Mast <kwm@FreeBSD.org>2012-05-02 07:22:42 +0000
commit2c0e73a187134f638aaf6e03c32b90a5181107c8 (patch)
tree2804fcd02632317fbbdb652f0b15ec39f5ed68b4 /Mk/bsd.xorg.mk
parent711390509bcb6fee6981e681a4d445d9338be7aa (diff)
downloadports-2c0e73a187134f638aaf6e03c32b90a5181107c8.tar.gz
ports-2c0e73a187134f638aaf6e03c32b90a5181107c8.zip
Notes
Diffstat (limited to 'Mk/bsd.xorg.mk')
-rw-r--r--Mk/bsd.xorg.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/Mk/bsd.xorg.mk b/Mk/bsd.xorg.mk
index 509144ffb339..ca284fec0324 100644
--- a/Mk/bsd.xorg.mk
+++ b/Mk/bsd.xorg.mk
@@ -20,7 +20,7 @@ Xorg_Pre_Include= bsd.xorg.mk
# app - requires pkgconfig, don't install shared libraries (I guess)
# data - nothing I could factorize
# doc - no particular notes
-# driver - input depends on inputproto/randrproto at least
+# driver - input depends on inputproto/renderproto at least
# video depends on randrproto/renderproto at least
# font - don't install .pc file
# lib - various dependencies, install .pc file
@@ -51,7 +51,7 @@ USE_GNOME+= pkgconfig
USE_XORG+= xorg-server xproto randrproto xi
CONFIGURE_ENV+= DRIVER_MAN_SUFFIX=4x DRIVER_MAN_DIR='$$(mandir)/man4'
. if ${PORTNAME:M*input*}x != x
-USE_XORG+= inputproto
+USE_XORG+= inputproto renderproto
. elif ${PORTNAME:M*video*}x != x
USE_XORG+= fontsproto renderproto
. else
@@ -142,7 +142,7 @@ USE_XORG+= pciaccess
.endif
.if exists(${LOCALBASE}/bin/X)
-XSERVER_VER= ${LOCALBASE}/bin/X -version 2>&1 | sed -n 's;^X\.Org X Server \([^ ]*\).*;\1;p'
+XSERVER_VER!= ${LOCALBASE}/bin/X -version 2>&1 | sed -n 's;^X\.Org X Server \([^ ]*\).*;\1;p'
.endif
.if defined(_POSTMKINCLUDED) && !defined(Xorg_Post_Include)