summaryrefslogtreecommitdiff
path: root/graphics/cogl
diff options
context:
space:
mode:
authorjperkin <jperkin@pkgsrc.org>2016-02-25 13:37:46 +0000
committerjperkin <jperkin@pkgsrc.org>2016-02-25 13:37:46 +0000
commit540d973689a50cbd6d9a4864a0364d7276544fa0 (patch)
tree94113be68a0bce10362d82772b0687bfd2945c82 /graphics/cogl
parent6679d30beb0b55d332380e848cadeb5496a8730a (diff)
downloadpkgsrc-540d973689a50cbd6d9a4864a0364d7276544fa0.tar.gz
Use OPSYSVARS.
Diffstat (limited to 'graphics/cogl')
-rw-r--r--graphics/cogl/options.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/cogl/options.mk b/graphics/cogl/options.mk
index 73daa56f4a5..d5d4a9bc59f 100644
--- a/graphics/cogl/options.mk
+++ b/graphics/cogl/options.mk
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.3 2014/01/26 08:43:29 obache Exp $
+# $NetBSD: options.mk,v 1.4 2016/02/25 13:37:47 jperkin Exp $
#
PKG_OPTIONS_VAR= PKG_OPTIONS.cogl
@@ -37,9 +37,9 @@ BUILDLINK_API_DEPENDS.libXrandr+= libXrandr>=1.2
.include "../../graphics/gdk-pixbuf2/buildlink3.mk"
.else
CONFIGURE_ARGS+= --without-x
+CONFIGURE_ARGS.Darwin+= --with-quartz-image
.include "../../mk/bsd.prefs.mk"
. if ${OPSYS} == Darwin
PLIST.osx= yes
-CONFIGURE_ARGS+= --with-quartz-image
. endif
.endif