svn commit: r514331 - head/math/py-cryptominisat

Tobias Kortkamp tobik at FreeBSD.org
Sat Oct 12 12:39:10 UTC 2019


Author: tobik
Date: Sat Oct 12 12:39:09 2019
New Revision: 514331
URL: https://svnweb.freebsd.org/changeset/ports/514331

Log:
  math/py-cryptominisat: Drop nop PYDISTUTILS_BUILDTARGET
  
  Should have been PYDISTUTILS_BUILD_TARGET but it appears to not be
  needed.

Modified:
  head/math/py-cryptominisat/Makefile

Modified: head/math/py-cryptominisat/Makefile
==============================================================================
--- head/math/py-cryptominisat/Makefile	Sat Oct 12 12:33:45 2019	(r514330)
+++ head/math/py-cryptominisat/Makefile	Sat Oct 12 12:39:09 2019	(r514331)
@@ -24,8 +24,6 @@ GH_ACCOUNT=	msoos
 
 WRKSRC_SUBDIR=	python
 
-PYDISTUTILS_BUILDTARGET=	build_ext --include-dirs=${LOCALBASE}/include
-
 post-patch:
 	${REINPLACE_CMD} -e 's|@PROJECT_VERSION@|${PORTVERSION}|' \
 		-e 's|$${CMAKE_C_COMPILER}|${CC}|' \


More information about the svn-ports-head mailing list