darwin: explicitly use the 'when=' kwarg

This commit is contained in:
Ben Boeckel
2016-04-04 11:38:58 -04:00
parent 1ae43b3405
commit bdf82246f7
3 changed files with 3 additions and 3 deletions

View File

@@ -39,7 +39,7 @@ class Glib(Package):
depends_on("libffi")
depends_on("zlib")
depends_on("pkg-config")
depends_on('gettext', sys.platform == 'darwin')
depends_on('gettext', when=sys.platform == 'darwin')
# The following patch is needed for gcc-6.1
patch('g_date_strftime.patch')