summaryrefslogtreecommitdiff
path: root/graphics/clutter
diff options
context:
space:
mode:
authorjperkin <jperkin>2016-02-25 13:37:46 +0000
committerjperkin <jperkin>2016-02-25 13:37:46 +0000
commitbccbbec8e7871e18da507540e2ffe289a27d8fc1 (patch)
tree94113be68a0bce10362d82772b0687bfd2945c82 /graphics/clutter
parentabcec90f962633389227323bac50622d4197860f (diff)
downloadpkgsrc-bccbbec8e7871e18da507540e2ffe289a27d8fc1.tar.gz
Use OPSYSVARS.
Diffstat (limited to 'graphics/clutter')
-rw-r--r--graphics/clutter/options.mk6
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