diff options
author | jperkin <jperkin@pkgsrc.org> | 2016-02-25 13:37:46 +0000 |
---|---|---|
committer | jperkin <jperkin@pkgsrc.org> | 2016-02-25 13:37:46 +0000 |
commit | 113ff2274f575cf33db39900e0a169183f6f9c2d (patch) | |
tree | 94113be68a0bce10362d82772b0687bfd2945c82 /graphics/clutter | |
parent | d1d2d89cd0847d4f097bd0eb16ddac7092db728d (diff) | |
download | pkgsrc-113ff2274f575cf33db39900e0a169183f6f9c2d.tar.gz |
Use OPSYSVARS.
Diffstat (limited to 'graphics/clutter')
-rw-r--r-- | graphics/clutter/options.mk | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/graphics/clutter/options.mk b/graphics/clutter/options.mk index 77f338f1f85..03bad9eb6b3 100644 --- a/graphics/clutter/options.mk +++ b/graphics/clutter/options.mk @@ -1,4 +1,4 @@ -# $NetBSD: options.mk,v 1.9 2015/08/31 10:59:04 jperkin Exp $ +# $NetBSD: options.mk,v 1.10 2016/02/25 13:37:47 jperkin Exp $ # PKG_OPTIONS_VAR= PKG_OPTIONS.clutter @@ -38,7 +38,5 @@ BUILDLINK_API_DEPENDS.libXcomposite+= libXcomposite>=0.4 .include "../../graphics/gdk-pixbuf2/buildlink3.mk" .else CONFIGURE_ARGS+= --without-x -. if ${OPSYS} == "Darwin" -CONFIGURE_ARGS+= --with-quartz-backend -. endif +CONFIGURE_ARGS.Darwin+= --with-quartz-backend .endif |