svn commit: r558442 - head/security/py-m2crypto

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sat Dec 19 09:27:37 UTC 2020


Author: sunpoet
Date: Sat Dec 19 09:27:36 2020
New Revision: 558442
URL: https://svnweb.freebsd.org/changeset/ports/558442

Log:
  Clean up PYDISTUTILS_BUILDARGS
  
  --openssl=${OPENSSLBASE} is enough for pointing out SSL library location.

Modified:
  head/security/py-m2crypto/Makefile

Modified: head/security/py-m2crypto/Makefile
==============================================================================
--- head/security/py-m2crypto/Makefile	Sat Dec 19 08:20:00 2020	(r558441)
+++ head/security/py-m2crypto/Makefile	Sat Dec 19 09:27:36 2020	(r558442)
@@ -21,7 +21,7 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}parameterized>=0:d
 USES=		python ssl
 USE_PYTHON=	autoplist concurrent distutils
 
-PYDISTUTILS_BUILDARGS=	build_ext --include=${OPENSSLINC} --openssl=${OPENSSLBASE} --swig=${LOCALBASE}/bin/swig
+PYDISTUTILS_BUILDARGS=	build_ext --openssl=${OPENSSLBASE} --swig=${LOCALBASE}/bin/swig
 
 post-install:
 	${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/M2Crypto/_m2crypto.so


More information about the svn-ports-all mailing list