diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2015-07-24 23:22:22 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2015-07-24 23:22:22 +0000 |
commit | 7c8b33b083eb812103f9b6968d635390c11fc8ba (patch) | |
tree | 9e2d174705896cbd04ba3cb422997ac3e9a76583 /archivers | |
parent | 7fe8ff72d661167f65a5659a0115a336cd6a0827 (diff) | |
download | ports-7c8b33b083eb812103f9b6968d635390c11fc8ba.tar.gz ports-7c8b33b083eb812103f9b6968d635390c11fc8ba.zip |
Notes
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/py-attic/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/archivers/py-attic/Makefile b/archivers/py-attic/Makefile index c870bbe6cc72..60011cc29e0e 100644 --- a/archivers/py-attic/Makefile +++ b/archivers/py-attic/Makefile @@ -31,6 +31,10 @@ BUILD_DEPENDS+= openssl>=1.0:${PORTSDIR}/security/openssl RUN_DEPENDS+= openssl>=1.0:${PORTSDIR}/security/openssl .endif +.if defined(PACKAGE_BUILDING) && ${PYTHON_VER} != ${PYTHON_DEFAULT} +IGNORE= you have python ${PYTHON_DEFAULT} set as the default, and this needs ${PYTHON_VER} +.endif + regression-test: build ${SETENV} PYTHONPATH="${PYDISTUTILS_BUILDPATH}:${PYTHONPATH}" \ ${PYTHON_CMD} -m attic.testsuite.run |