[Midnightbsd-cvs] mports [20806] trunk/security/py-pycrypto/Makefile: fix build

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Thu Nov 12 22:17:05 EST 2015


Revision: 20806
          http://svnweb.midnightbsd.org/mports/?rev=20806
Author:   laffer1
Date:     2015-11-12 22:17:04 -0500 (Thu, 12 Nov 2015)
Log Message:
-----------
fix build

Modified Paths:
--------------
    trunk/security/py-pycrypto/Makefile

Modified: trunk/security/py-pycrypto/Makefile
===================================================================
--- trunk/security/py-pycrypto/Makefile	2015-11-13 03:13:29 UTC (rev 20805)
+++ trunk/security/py-pycrypto/Makefile	2015-11-13 03:17:04 UTC (rev 20806)
@@ -13,13 +13,12 @@
 LICENSE=	agg
 # publicdom and python license
 
-USE_PYTHON=		yes
-USE_PYDISTUTILS=	yes
+USES=		python
+USE_PYTHON=	distutils autoplist
 
-HAS_CONFIGURE=	yes
-USE_AUTOTOOLS=	autoconf
+GNU_CONFIGURE=	yes
 
-OPTIONS_DEFINE=	GMP
+OPTIONS_DEFINE=		GMP
 OPTIONS_DEFAULT=	GMP
 GMP_DESC=	Use GMP for faster DSA/RSA operations
 



More information about the Midnightbsd-cvs mailing list