science/psychopy: drop HOME workaround after r359201

This commit is contained in:
Jan Beich 2015-04-29 13:45:30 +00:00
parent eb3968d130
commit e771b80b60
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=384975

View file

@ -21,9 +21,4 @@ RUN_DEPENDS:= ${BUILD_DEPENDS}
USES= python zip
USE_PYTHON= autoplist distutils
# needed to avoid polluting /root, since psychopy
# tries to create some configuration files on import
# through distutils
MAKE_ENV+= HOME=/dev/null
.include <bsd.port.mk>