svn commit: r364167 - head/Mk
Kurt Jaeger
pi at FreeBSD.org
Wed Aug 6 12:31:05 UTC 2014
Author: pi
Date: Wed Aug 6 12:31:04 2014
New Revision: 364167
URL: http://svnweb.freebsd.org/changeset/ports/364167
QAT: https://qat.redports.org/buildarchive/r364167/
Log:
Mk/bsd.python.mk: fix error message for python34 world
PR: 192422
Submitted by: pi
Reviewed by: antoine, koobs
Approved by: antoine (python, portmgr)
Modified:
head/Mk/bsd.python.mk
Modified: head/Mk/bsd.python.mk
==============================================================================
--- head/Mk/bsd.python.mk Wed Aug 6 12:16:36 2014 (r364166)
+++ head/Mk/bsd.python.mk Wed Aug 6 12:31:04 2014 (r364167)
@@ -353,7 +353,7 @@ PYTHON_PORTSDIR= ${PORTSDIR}/lang/python
PYTHON_REL= 341
PYTHON_SUFFIX= 34
PYTHON_VER= 3.4
-.if exists(${PYTHON_CMD}-config) && ${PORTNAME} != python34
+.if exists(${PYTHON_CMD}-config) && defined(PORTNAME) && ${PORTNAME} != python34
PYTHON_ABIVER!= ${PYTHON_CMD}-config --abiflags
.endif
More information about the svn-ports-head
mailing list