aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2003-04-17 10:40:48 +0000
committerKris Kennaway <kris@FreeBSD.org>2003-04-17 10:40:48 +0000
commitf65b03b1295fdccd4c3d6adb29c3e4e7fdd45ed0 (patch)
tree4a3baeae54ca1d3949df8ddd00ce781d8d9133bf
parentc8c848bfb652a4f776d77e58d5a1f15c3364f094 (diff)
downloadports-f65b03b1295fdccd4c3d6adb29c3e4e7fdd45ed0.tar.gz
ports-f65b03b1295fdccd4c3d6adb29c3e4e7fdd45ed0.zip
Set USE_PYTHON explicitly now that PYTHON_VERSION no longer implies it.
Notes
Notes: svn path=/head/; revision=79128
-rw-r--r--databases/zpygresqlda/Makefile1
-rw-r--r--lang/ruby-python/Makefile1
-rw-r--r--mail/mahogany/Makefile1
3 files changed, 3 insertions, 0 deletions
diff --git a/databases/zpygresqlda/Makefile b/databases/zpygresqlda/Makefile
index 9a6a5ae79f8a..72a229e471d9 100644
--- a/databases/zpygresqlda/Makefile
+++ b/databases/zpygresqlda/Makefile
@@ -19,6 +19,7 @@ RUN_DEPENDS= ${LOCALBASE}/${SZOPEBASEDIR}/z2.py:${PORTSDIR}/www/zope
LIB_DEPENDS= pq.3:${PORTSDIR}/${POSTGRESQL_PORT}
POSTGRESQL_PORT?= databases/postgresql7
+USE_PYTHON= yes
PYTHON_VERSION= python1.5
# You can change this in the environment
diff --git a/lang/ruby-python/Makefile b/lang/ruby-python/Makefile
index f7c281771b9e..a4e7b3008831 100644
--- a/lang/ruby-python/Makefile
+++ b/lang/ruby-python/Makefile
@@ -19,6 +19,7 @@ COMMENT= Ruby extension library for embedding Python in Ruby
BUILD_DEPENDS= ${NONEXISTENT}:${PYTHON_PORTSDIR}:-DWITHOUT_THREADS
+USE_PYTHON= yes
PYTHON_VERSION?= python1.5
USE_RUBY= yes
diff --git a/mail/mahogany/Makefile b/mail/mahogany/Makefile
index 6e08c0db74be..2647727721c6 100644
--- a/mail/mahogany/Makefile
+++ b/mail/mahogany/Makefile
@@ -21,6 +21,7 @@ BUILD_DEPENDS+= swig:${PORTSDIR}/devel/swig11
BUILD_DEPENDS+= latex2html:${PORTSDIR}/textproc/latex2html
.endif
+USE_PYTHON= yes
PYTHON_VERSION= python1.5
USE_AUTOCONF_VER= 213
USE_GMAKE= yes