diff options
-rw-r--r-- | databases/zpygresqlda/Makefile | 1 | ||||
-rw-r--r-- | lang/ruby-python/Makefile | 1 | ||||
-rw-r--r-- | mail/mahogany/Makefile | 1 |
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 |