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 | 540d973689a50cbd6d9a4864a0364d7276544fa0 (patch) | |
tree | 94113be68a0bce10362d82772b0687bfd2945c82 /graphics/cogl | |
parent | 6679d30beb0b55d332380e848cadeb5496a8730a (diff) | |
download | pkgsrc-540d973689a50cbd6d9a4864a0364d7276544fa0.tar.gz |
Use OPSYSVARS.
Diffstat (limited to 'graphics/cogl')
-rw-r--r-- | graphics/cogl/options.mk | 4 |
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 |