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 | 97f4078fc66b31385abf80fccbd0ad2c025fe60f (patch) | |
tree | ba40492c0d12e5e3607803f3192c1d24923347ba /x11/xf86-video-wsfb | |
parent | ff2ff9e81927ce4912893dae7f00cc43823bb857 (diff) | |
download | pkgsrc-97f4078fc66b31385abf80fccbd0ad2c025fe60f.tar.gz |
Use OPSYSVARS.
Diffstat (limited to 'x11/xf86-video-wsfb')
-rw-r--r-- | x11/xf86-video-wsfb/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/x11/xf86-video-wsfb/Makefile b/x11/xf86-video-wsfb/Makefile index 5efdbbe06cf..29f18926050 100644 --- a/x11/xf86-video-wsfb/Makefile +++ b/x11/xf86-video-wsfb/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2016/01/05 13:11:46 tnn Exp $ +# $NetBSD: Makefile,v 1.17 2016/02/26 11:27:21 jperkin Exp $ DISTNAME= xf86-video-wsfb-0.4.0 PKGREVISION= 6 @@ -16,11 +16,7 @@ USE_LIBTOOL= YES GNU_CONFIGURE= 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/modular-xorg-server/buildlink3.mk" .include "../../x11/xproto/buildlink3.mk" |