diff options
author | Thomas Gellekum <tg@FreeBSD.org> | 2002-04-17 11:35:55 +0000 |
---|---|---|
committer | Thomas Gellekum <tg@FreeBSD.org> | 2002-04-17 11:35:55 +0000 |
commit | d92e49d5cfaf9312b5a204312721731a1b1beacd (patch) | |
tree | 851011f33a01e35948c63fd49a945474f79e7fa2 /math/py-mpz/Makefile | |
parent | New trigger USE_PYDISTUTILS. When defined, `do-build' and `do-install' (diff) |
Use USE_PYDISTUTILS.
Notes
Notes:
svn path=/head/; revision=57798
Diffstat (limited to 'math/py-mpz/Makefile')
-rw-r--r-- | math/py-mpz/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/math/py-mpz/Makefile b/math/py-mpz/Makefile index d19ef98ae4b1..1b76aaa1d7bc 100644 --- a/math/py-mpz/Makefile +++ b/math/py-mpz/Makefile @@ -15,20 +15,14 @@ DISTFILES= ${PYTHON_DISTFILE} MAINTAINER= tg@FreeBSD.org -BUILD_DEPENDS= ${PYDISTUTILS} LIB_DEPENDS= gmp.3:${PORTSDIR}/math/libgmp DIST_SUBDIR= python USE_PYTHON= yes +USE_PYDISTUTILS=yes WRKSRC= ${PYTHON_WRKSRC}/Modules post-extract: @${CP} ${FILESDIR}/setup.py ${WRKSRC} -do-build: - @cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${PYTHON_CMD} setup.py build - -do-install: - @cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${PYTHON_CMD} setup.py install - .include <bsd.port.mk> |