aboutsummaryrefslogtreecommitdiff
path: root/archivers
diff options
context:
space:
mode:
authorJohan van Selst <johans@FreeBSD.org>2014-07-23 12:11:14 +0000
committerJohan van Selst <johans@FreeBSD.org>2014-07-23 12:11:14 +0000
commit0d0f056de54a4be446c0f35de42034270bf4d452 (patch)
tree7157a7e914425345e70f170336ad8f10a725b8c4 /archivers
parent6041e9d52d8223cc25b8ac635e7e4dcd31c81ed4 (diff)
downloadports-0d0f056de54a4be446c0f35de42034270bf4d452.tar.gz
ports-0d0f056de54a4be446c0f35de42034270bf4d452.zip
rpm4 does not build if default python is 3.x - force use of python 2.7
PR: 192061 Submitted by: pi
Notes
Notes: svn path=/head/; revision=362665
Diffstat (limited to 'archivers')
-rw-r--r--archivers/rpm4/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/archivers/rpm4/Makefile b/archivers/rpm4/Makefile
index 4f5e27345e04..25a2187136bf 100644
--- a/archivers/rpm4/Makefile
+++ b/archivers/rpm4/Makefile
@@ -20,7 +20,7 @@ OPTIONS_DEFINE= PYTHON NLS DOCS
OPTIONS_DEFAULT=PYTHON NLS
OPTIONS_SUB= yes
PYTHON_CONFIGURE_ENABLE=python
-PYTHON_USE= PYTHON=yes
+PYTHON_USE= PYTHON=2.7
NLS_CONFIGURE_ENABLE=nls
NLS_USES= gettext
PORTDOCS= *