svn commit: r333366 - head/security/py-pycryptopp

Wen Heping wen at FreeBSD.org
Sun Nov 10 06:07:13 UTC 2013


Author: wen
Date: Sun Nov 10 06:07:12 2013
New Revision: 333366
URL: http://svnweb.freebsd.org/changeset/ports/333366

Log:
  - Fix build with USE_GCC on head

Modified:
  head/security/py-pycryptopp/Makefile

Modified: head/security/py-pycryptopp/Makefile
==============================================================================
--- head/security/py-pycryptopp/Makefile	Sun Nov 10 05:58:57 2013	(r333365)
+++ head/security/py-pycryptopp/Makefile	Sun Nov 10 06:07:12 2013	(r333366)
@@ -15,6 +15,7 @@ BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}da
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 
 USE_PYTHON=	yes
+USE_GCC=	yes
 USE_PYDISTUTILS=easy_install
 PYEASYINSTALL_ARCHDEP=	yes
 


More information about the svn-ports-all mailing list