diff options
author | jperkin <jperkin@pkgsrc.org> | 2016-02-26 10:57:45 +0000 |
---|---|---|
committer | jperkin <jperkin@pkgsrc.org> | 2016-02-26 10:57:45 +0000 |
commit | 6e3374554f1a0a486f2fc744a72aa1c47bc71a16 (patch) | |
tree | ba40492c0d12e5e3607803f3192c1d24923347ba /x11/xf86-video-dummy | |
parent | 8d2b8043a9f337574d5b9aac66cf867006db634c (diff) | |
download | pkgsrc-6e3374554f1a0a486f2fc744a72aa1c47bc71a16.tar.gz |
Use OPSYSVARS.
Diffstat (limited to 'x11/xf86-video-dummy')
-rw-r--r-- | x11/xf86-video-dummy/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/x11/xf86-video-dummy/Makefile b/x11/xf86-video-dummy/Makefile index 6e7f3a4516c..baf9ba66c0b 100644 --- a/x11/xf86-video-dummy/Makefile +++ b/x11/xf86-video-dummy/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2016/01/05 13:11:43 tnn Exp $ +# $NetBSD: Makefile,v 1.7 2016/02/26 11:27:18 jperkin Exp $ DISTNAME= xf86-video-dummy-0.3.7 PKGREVISION= 4 @@ -15,11 +15,7 @@ GNU_CONFIGURE= yes USE_LIBTOOL= yes USE_TOOLS+= pkg-config -.include "../../mk/bsd.prefs.mk" - -.if ${OPSYS} == "SunOS" -CONFIGURE_ENV+= DRIVER_MAN_SUFFIX=4 -.endif +CONFIGURE_ENV.SunOS+= DRIVER_MAN_SUFFIX=4 .include "../../x11/xf86dgaproto/buildlink3.mk" .include "../../x11/fontsproto/buildlink3.mk" |