[Midnightbsd-cvs] mports [20267] trunk/lang/python3/Makefile: fix python dependency

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Sat Sep 19 15:57:08 EDT 2015


Revision: 20267
          http://svnweb.midnightbsd.org/mports/?rev=20267
Author:   laffer1
Date:     2015-09-19 15:57:07 -0400 (Sat, 19 Sep 2015)
Log Message:
-----------
fix python dependency

Modified Paths:
--------------
    trunk/lang/python3/Makefile

Modified: trunk/lang/python3/Makefile
===================================================================
--- trunk/lang/python3/Makefile	2015-09-19 19:56:15 UTC (rev 20266)
+++ trunk/lang/python3/Makefile	2015-09-19 19:57:07 UTC (rev 20267)
@@ -12,10 +12,9 @@
 
 LICENSE=	bsd2
 
-USE_PYTHON_RUN=	yes
+USES=		python:run
 PYTHON_VERSION=	${PYTHON3_DEFAULT_VERSION}
 NO_BUILD=	yes
-PYTHON_NO_DEPENDS=	yes
 
 PLIST_FILES=	bin/2to3-${PYTHON_MAJOR_VER} \
 		bin/idle${PYTHON_MAJOR_VER} \



More information about the Midnightbsd-cvs mailing list