Date: Wed, 26 Mar 2014 01:12:42 +0000 (UTC) From: Wen Heping <wen@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r349202 - head/science/psychopy Message-ID: <201403260112.s2Q1CgbQ096461@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: wen Date: Wed Mar 26 01:12:42 2014 New Revision: 349202 URL: http://svnweb.freebsd.org/changeset/ports/349202 QAT: https://qat.redports.org/buildarchive/r349202/ Log: - Fix build Modified: head/science/psychopy/Makefile Modified: head/science/psychopy/Makefile ============================================================================== --- head/science/psychopy/Makefile Wed Mar 26 01:08:14 2014 (r349201) +++ head/science/psychopy/Makefile Wed Mar 26 01:12:42 2014 (r349202) @@ -15,7 +15,7 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}nu ${PYTHON_PKGNAMEPREFIX}scipy>=0.6.0:${PORTSDIR}/science/py-scipy \ ${PYTHON_PKGNAMEPREFIX}imaging>=1.1.6:${PORTSDIR}/graphics/py-imaging \ ${PYTHON_PKGNAMEPREFIX}pyglet>=1.1.2:${PORTSDIR}/graphics/py-pyglet \ - ${PYTHON_PKGNAMEPREFIX}wxPython>=2.8.7.1:${PORTSDIR}/x11-toolkits/py-wxPython28 \ + ${PYTHON_PKGNAMEPREFIX}wxPython28>=2.8.7.1:${PORTSDIR}/x11-toolkits/py-wxPython28 \ ${PYTHON_PKGNAMEPREFIX}matplotlib>=0.90.1:${PORTSDIR}/math/py-matplotlib RUN_DEPENDS:= ${BUILD_DEPENDS}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201403260112.s2Q1CgbQ096461>