Date: Sun, 10 Nov 2013 06:07:13 +0000 (UTC) From: Wen Heping <wen@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r333366 - head/security/py-pycryptopp Message-ID: <201311100607.rAA67DIt027182@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201311100607.rAA67DIt027182>