diff options
author | jperkin <jperkin@pkgsrc.org> | 2016-02-26 10:37:09 +0000 |
---|---|---|
committer | jperkin <jperkin@pkgsrc.org> | 2016-02-26 10:37:09 +0000 |
commit | 854303ef9fabaee206c3d1a404b33863c418665f (patch) | |
tree | acd751a163f33099d1daf28d738586bb4208c259 /wm/metacity | |
parent | c049a2ca48d1150abe59446f3082ca4116323bc6 (diff) | |
download | pkgsrc-854303ef9fabaee206c3d1a404b33863c418665f.tar.gz |
Use OPSYSVARS.
Diffstat (limited to 'wm/metacity')
-rw-r--r-- | wm/metacity/Makefile | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/wm/metacity/Makefile b/wm/metacity/Makefile index f16a5fbea98..86cafa9552e 100644 --- a/wm/metacity/Makefile +++ b/wm/metacity/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.114 2015/04/25 14:24:59 tnn Exp $ +# $NetBSD: Makefile,v 1.115 2016/02/26 10:38:36 jperkin Exp $ DISTNAME= metacity-2.34.13 PKGREVISION= 1 @@ -30,10 +30,8 @@ CONFIGURE_ARGS+= --disable-xinerama CONFIGURE_ARGS+= --disable-compositor .endif -CFLAGS.SunOS+= -std=c99 -D__EXTENSIONS__ -.if ${OPSYS} == "SunOS" -BUILDLINK_TRANSFORM+= rm:-ansi -.endif +CFLAGS.SunOS+= -std=c99 -D__EXTENSIONS__ +BUILDLINK_TRANSFORM.SunOS+= rm:-ansi BUILD_DEPENDS+= itstool-[0-9]*:../../textproc/itstool |