diff options
author | Ganael LAPLANCHE <martymac@FreeBSD.org> | 2014-04-15 07:49:17 +0000 |
---|---|---|
committer | Ganael LAPLANCHE <martymac@FreeBSD.org> | 2014-04-15 07:49:17 +0000 |
commit | f7f89c27bc2cb1b4aeaa0567545d4a987bfea901 (patch) | |
tree | e8c7de90c1406b47c74677d68fffcfc7d05db337 /sysutils/brebis | |
parent | a687997dcc128fd1ae177e121ab6723d1e4faf8a (diff) | |
download | ports-f7f89c27bc2cb1b4aeaa0567545d4a987bfea901.tar.gz ports-f7f89c27bc2cb1b4aeaa0567545d4a987bfea901.zip |
Notes
Diffstat (limited to 'sysutils/brebis')
-rw-r--r-- | sysutils/brebis/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sysutils/brebis/Makefile b/sysutils/brebis/Makefile index d7b5de098965..0fdb7091965f 100644 --- a/sysutils/brebis/Makefile +++ b/sysutils/brebis/Makefile @@ -12,10 +12,12 @@ COMMENT= Fully automated backup checker LICENSE= GPLv3 -BROKEN= Fails to configure USE_PYTHON= 3.3+ USE_PYDISTUTILS= yes +# XXX Handle UTF-8 '(c)' character within setup.py's header +MAKE_ENV+= LC_ALL=en_US.UTF-8 + PLIST_SUB+= PYTHON_SUFFIX=${PYTHON_SUFFIX} \ PYDISTUTILS_EGGINFO=${PYDISTUTILS_EGGINFO} PYDISTUTILS_NOEGGINFO= yes |