summaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authorrodent <rodent@pkgsrc.org>2015-09-23 16:39:17 +0000
committerrodent <rodent@pkgsrc.org>2015-09-23 16:39:17 +0000
commitffc259f0dd92ec3058db7fdf1258c8fae031f089 (patch)
treea3cf4428fd942763fe35f78a10f9dc519f0b1f10 /x11
parent847ad033236e5bc2e6d1b581a9b13405c57c60f9 (diff)
downloadpkgsrc-ffc259f0dd92ec3058db7fdf1258c8fae031f089.tar.gz
Needs USE_OLD_MODULAR_XORG_SERVER=yes to find xaa.h. Request from joerg@
this morning on the list. Bump PKGREVISION.
Diffstat (limited to 'x11')
-rw-r--r--x11/xf86-video-newport/Makefile8
1 files changed, 5 insertions, 3 deletions
diff --git a/x11/xf86-video-newport/Makefile b/x11/xf86-video-newport/Makefile
index 2b413f6f434..eeeb0e5c261 100644
--- a/x11/xf86-video-newport/Makefile
+++ b/x11/xf86-video-newport/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.5 2015/04/25 14:25:22 tnn Exp $
+# $NetBSD: Makefile,v 1.6 2015/09/23 16:39:17 rodent Exp $
DISTNAME= xf86-video-newport-0.2.4
-PKGREVISION= 3
+PKGREVISION= 4
CATEGORIES= x11
MASTER_SITES= ${MASTER_SITE_XORG:=driver/}
EXTRACT_SUFX= .tar.bz2
@@ -18,9 +18,11 @@ USE_TOOLS+= pkg-config
.include "options.mk"
.if ${OPSYS} == "SunOS"
-CONFIGURE_ENV+= DRIVER_MAN_SUFFIX=4
+CONFIGURE_ENV+= DRIVER_MAN_SUFFIX= 4
.endif
+USE_OLD_MODULAR_XORG_SERVER= yes
+
.include "../../x11/fontsproto/buildlink3.mk"
.include "../../x11/xproto/buildlink3.mk"
.include "../../x11/modular-xorg-server/buildlink3.mk"