diff options
Diffstat (limited to 'math/py-gsl/Makefile')
-rw-r--r-- | math/py-gsl/Makefile | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/math/py-gsl/Makefile b/math/py-gsl/Makefile index 97918dfed971..83d53409a538 100644 --- a/math/py-gsl/Makefile +++ b/math/py-gsl/Makefile @@ -20,11 +20,6 @@ LIB_DEPENDS= gsl.0:${PORTSDIR}/math/gsl PLIST_SUB= PYTHON_SITELIBDIR=${PYTHON_SITELIBDIR:S,^${LOCALBASE}/,,g} USE_PYTHON= yes - -do-build: - @cd ${WRKSRC} && ${PYTHON_CMD} setup.py build - -do-install: - @cd ${WRKSRC} && ${PYTHON_CMD} setup.py install +USE_PYDISTUTILS= yes .include <bsd.port.mk> |