diff options
author | jperkin <jperkin> | 2016-02-26 10:57:45 +0000 |
---|---|---|
committer | jperkin <jperkin> | 2016-02-26 10:57:45 +0000 |
commit | 74877cd682e7da41d2959dc17678ec59b9af49db (patch) | |
tree | ba40492c0d12e5e3607803f3192c1d24923347ba /x11/xf86-input-keyboard | |
parent | 9ddb4f412d2c5bdbc2a1caab565d9f10f18a444a (diff) | |
download | pkgsrc-74877cd682e7da41d2959dc17678ec59b9af49db.tar.gz |
Use OPSYSVARS.
Diffstat (limited to 'x11/xf86-input-keyboard')
-rw-r--r-- | x11/xf86-input-keyboard/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/x11/xf86-input-keyboard/Makefile b/x11/xf86-input-keyboard/Makefile index 12c3d5e5c9a..c141576f545 100644 --- a/x11/xf86-input-keyboard/Makefile +++ b/x11/xf86-input-keyboard/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.21 2016/01/05 13:11:42 tnn Exp $ +# $NetBSD: Makefile,v 1.22 2016/02/26 11:27:17 jperkin Exp $ DISTNAME= xf86-input-keyboard-1.8.1 PKGREVISION= 2 @@ -14,11 +14,7 @@ USE_LIBTOOL= YES GNU_CONFIGURE= YES USE_TOOLS+= gmake 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/inputproto/buildlink3.mk" .include "../../x11/libxkbfile/buildlink3.mk" |