summaryrefslogtreecommitdiff
path: root/x11/xf86-video-sunffb
diff options
context:
space:
mode:
authorrodent <rodent@pkgsrc.org>2013-06-09 12:34:50 +0000
committerrodent <rodent@pkgsrc.org>2013-06-09 12:34:50 +0000
commit9f01368c0a203d6fbf4b249b58dbf03252a251bf (patch)
tree79cba4a36fb8f1d2515659ba33fe78129a5daf8d /x11/xf86-video-sunffb
parent2c291bc2b0d4ac28e4368b76fd3fac01ff4d44fd (diff)
downloadpkgsrc-9f01368c0a203d6fbf4b249b58dbf03252a251bf.tar.gz
Fix driver man suffix on SunOS.
Diffstat (limited to 'x11/xf86-video-sunffb')
-rw-r--r--x11/xf86-video-sunffb/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/x11/xf86-video-sunffb/Makefile b/x11/xf86-video-sunffb/Makefile
index 5c7661acaa1..d1cfb439d9c 100644
--- a/x11/xf86-video-sunffb/Makefile
+++ b/x11/xf86-video-sunffb/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2013/06/04 03:34:23 rodent Exp $
+# $NetBSD: Makefile,v 1.2 2013/06/09 12:37:18 rodent Exp $
DISTNAME= xf86-video-sunffb-1.2.2
CATEGORIES= x11
@@ -16,6 +16,10 @@ USE_TOOLS+= pkg-config
.include "options.mk"
+.if ${OPSYS} == "SunOS"
+CONFIGURE_ENV+= DRIVER_MAN_SUFFIX=4
+.endif
+
BUILDLINK_API_DEPENDS.xextproto+= xextproto>=7.0.99.1
.include "../../x11/xextproto/buildlink3.mk"
.include "../../x11/fontsproto/buildlink3.mk"