Date: Fri, 4 Apr 2014 22:31:25 +0000 (UTC) From: Baptiste Daroussin <bapt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r350174 - head/astro/py-RO Message-ID: <201404042231.s34MVPXs029359@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bapt Date: Fri Apr 4 22:31:25 2014 New Revision: 350174 URL: http://svnweb.freebsd.org/changeset/ports/350174 QAT: https://qat.redports.org/buildarchive/r350174/ Log: Support stage Switch to autoplist Deleted: head/astro/py-RO/pkg-plist Modified: head/astro/py-RO/Makefile Modified: head/astro/py-RO/Makefile ============================================================================== --- head/astro/py-RO/Makefile Fri Apr 4 22:15:16 2014 (r350173) +++ head/astro/py-RO/Makefile Fri Apr 4 22:31:25 2014 (r350174) @@ -21,22 +21,12 @@ MATPLOTLIB_DESC= Add support for Matplot PYFITS_DESC= Add Support for PyFITS PYGAME_DESC= Add Support for PyGame -NO_STAGE= yes USE_PYTHON= yes -USE_PYDISTUTILS=easy_install +USE_PYDISTUTILS=yes +PYDISTUTILS_AUTOPLIST= yes -.include <bsd.port.pre.mk> +MATPLOTLIB_RUN_DEPENDS= ${PKGNAMEPREFIX}matplotlib>=0.98:${PORTSDIR}/math/py-matplotlib +PYFITS_RUN_DEPENDS= ${PKGNAMEPREFIX}pyfits>=1.1:${PORTSDIR}/astro/py-pyfits +PYGAME_RUN_DEPENDS= ${PKGNAMEPREFIX}game>=1.8.1:${PORTSDIR}/devel/py-game -.if ${PORT_OPTIONS:MMATPLOTLIB} -RUN_DEPENDS+= ${PKGNAMEPREFIX}matplotlib>=0.98:${PORTSDIR}/math/py-matplotlib -.endif - -.if ${PORT_OPTIONS:MPYFITS} -RUN_DEPENDS+= ${PKGNAMEPREFIX}pyfits>=1.1:${PORTSDIR}/astro/py-pyfits -.endif - -.if ${PORT_OPTIONS:MPYGAME} -RUN_DEPENDS+= ${PKGNAMEPREFIX}game>=1.8.1:${PORTSDIR}/devel/py-game -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201404042231.s34MVPXs029359>