diff options
Diffstat (limited to 'math/py-mpmath/Makefile')
-rw-r--r-- | math/py-mpmath/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/math/py-mpmath/Makefile b/math/py-mpmath/Makefile index 34f67f7aba5b..7a957bd80d40 100644 --- a/math/py-mpmath/Makefile +++ b/math/py-mpmath/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: py-mpmath -# Date created: 2008-10-16 -# Whom: Wen Heping <wenheping@gmail.com> -# +# Created by: Wen Heping <wenheping@gmail.com> # $FreeBSD$ -# PORTNAME= mpmath PORTVERSION= 0.17 @@ -19,4 +15,5 @@ BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/gmpy.so:${PORTSDIR}/math/py-gmpy USE_PYTHON= yes USE_PYDISTUTILS= yes +NO_STAGE= yes .include <bsd.port.mk> |