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

@@ -35,7 +35,7 @@ class Numdiff(Package):
version('5.8.1', 'a295eb391f6cb1578209fc6b4f9d994e')
depends_on('gettext', sys.platform=='darwin')
depends_on('gettext', when=sys.platform=='darwin')
def install(self, spec, prefix):
options = ['--prefix=%s' % prefix]