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-suncg6 | |
parent | ff2ff9e81927ce4912893dae7f00cc43823bb857 (diff) | |
download | pkgsrc-97f4078fc66b31385abf80fccbd0ad2c025fe60f.tar.gz |
Use OPSYSVARS.
Diffstat (limited to 'x11/xf86-video-suncg6')
-rw-r--r-- | x11/xf86-video-suncg6/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/x11/xf86-video-suncg6/Makefile b/x11/xf86-video-suncg6/Makefile index 2d3720649fe..a1d2c17e339 100644 --- a/x11/xf86-video-suncg6/Makefile +++ b/x11/xf86-video-suncg6/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2016/01/05 13:11:45 tnn Exp $ +# $NetBSD: Makefile,v 1.3 2016/02/26 11:27:20 jperkin Exp $ DISTNAME= xf86-video-suncg6-1.1.2 PKGREVISION= 1 @@ -17,9 +17,7 @@ USE_TOOLS+= pkg-config .include "options.mk" -.if ${OPSYS} == "SunOS" -CONFIGURE_ENV+= DRIVER_MAN_SUFFIX=4 -.endif +CONFIGURE_ENV.SunOS+= DRIVER_MAN_SUFFIX=4 .include "../../x11/fontsproto/buildlink3.mk" .include "../../x11/xproto/buildlink3.mk" |