summaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authorrodent <rodent>2015-07-03 23:23:40 +0000
committerrodent <rodent>2015-07-03 23:23:40 +0000
commit2fc6430cded7cd2e1847f7b2bf369804c8dea15f (patch)
tree22c302c91e94f8a1305ce2aa151b3f12b5424162 /x11
parentd30a6271c2083840908b4b7972d319a92bc9b5c1 (diff)
downloadpkgsrc-2fc6430cded7cd2e1847f7b2bf369804c8dea15f.tar.gz
Needs USE_OLD_MODULAR_XORG_SERVER=yes or else it will conflict with
x11/modular-xorg-server. Bug reported by richard@.
Diffstat (limited to 'x11')
-rw-r--r--x11/xf86-video-modesetting/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/x11/xf86-video-modesetting/Makefile b/x11/xf86-video-modesetting/Makefile
index 99048b6430d..cf504f312b0 100644
--- a/x11/xf86-video-modesetting/Makefile
+++ b/x11/xf86-video-modesetting/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2015/07/02 03:37:49 rodent Exp $
+# $NetBSD: Makefile,v 1.2 2015/07/03 23:23:40 rodent Exp $
DISTNAME= xf86-video-modesetting-0.9.0
CATEGORIES= x11
@@ -16,8 +16,10 @@ USE_TOOLS+= pkg-config
.include "../../mk/bsd.prefs.mk"
+USE_OLD_MODULAR_XORG_SERVER= yes
+
.if ${OPSYS} == "SunOS"
-CONFIGURE_ENV+= DRIVER_MAN_SUFFIX=4
+CONFIGURE_ENV+= DRIVER_MAN_SUFFIX= 4
.endif
BUILDLINK_API_DEPENDS.xextproto+= xextproto>=7.0.99.1