svn commit: r337560 - head/astro/py-pyfits

William Grzybowski wg at FreeBSD.org
Thu Dec 26 17:06:19 UTC 2013


Author: wg
Date: Thu Dec 26 17:06:19 2013
New Revision: 337560
URL: http://svnweb.freebsd.org/changeset/ports/337560

Log:
  astro/py-pyfits: support stage

Modified:
  head/astro/py-pyfits/Makefile

Modified: head/astro/py-pyfits/Makefile
==============================================================================
--- head/astro/py-pyfits/Makefile	Thu Dec 26 17:02:04 2013	(r337559)
+++ head/astro/py-pyfits/Makefile	Thu Dec 26 17:06:19 2013	(r337560)
@@ -3,6 +3,7 @@
 
 PORTNAME=	pyfits
 PORTVERSION=	3.1.2
+PORTREVISION=	1
 CATEGORIES=	astro python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -17,9 +18,7 @@ RUN_DEPENDS=	${PYTHON_SITELIBDIR}/numpy/
 		${PYTHON_PKGNAMEPREFIX}d2to1>=0:${PORTSDIR}/devel/py-d2to1
 
 USE_PYTHON=	yes
-USE_PYDISTUTILS=	easy_install
+USE_PYDISTUTILS=	yes
 PYDISTUTILS_AUTOPLIST=	yes
-PYEASYINSTALL_ARCHDEP=	yes
-NO_STAGE=	yes
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list