summaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authorrodent <rodent@pkgsrc.org>2015-07-03 23:23:40 +0000
committerrodent <rodent@pkgsrc.org>2015-07-03 23:23:40 +0000
commit2c44619eef5e06e3d6b9817a5471ccc8d8c4b9db (patch)
tree22c302c91e94f8a1305ce2aa151b3f12b5424162 /x11
parente4198fa48d88ff2e359c6d99d62af13a65972bdf (diff)
downloadpkgsrc-2c44619eef5e06e3d6b9817a5471ccc8d8c4b9db.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