diff options
Diffstat (limited to 'science/psychopy/Makefile')
-rw-r--r-- | science/psychopy/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/science/psychopy/Makefile b/science/psychopy/Makefile index b0f228f57023..dd6645a23c61 100644 --- a/science/psychopy/Makefile +++ b/science/psychopy/Makefile @@ -20,7 +20,7 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}numpy>=1.1.0:${PORTSDIR}/math/py-numpy \ ${PYTHON_PKGNAMEPREFIX}pyglet>=1.1.2:${PORTSDIR}/graphics/py-pyglet \ ${PYTHON_PKGNAMEPREFIX}wxPython>=2.8.7.1:${PORTSDIR}/x11-toolkits/py-wxPython28 \ ${PYTHON_PKGNAMEPREFIX}matplotlib>=0.90.1:${PORTSDIR}/math/py-matplotlib -RUN_DEPENDS= ${BUILD_DEPENDS} +RUN_DEPENDS:= ${BUILD_DEPENDS} USE_ZIP= yes USE_PYTHON= 2.5+ |