diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2007-01-17 10:48:02 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2007-01-17 10:48:02 +0000 |
commit | 88b9902bd8cbb4cccc2e2961f09b74540947d179 (patch) | |
tree | 4927d37ea1f22434af8a5503c623372b0fe009c5 /Mk | |
parent | - add a PYTHON_VER variable to bsd.python.mk, this provides a simple x.y (diff) |
- Fix whitespaces
Approved by: alexbl
Notes
Notes:
svn path=/head/; revision=182625
Diffstat (limited to 'Mk')
-rw-r--r-- | Mk/bsd.python.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Mk/bsd.python.mk b/Mk/bsd.python.mk index 35e1e66ea596..191609280734 100644 --- a/Mk/bsd.python.mk +++ b/Mk/bsd.python.mk @@ -165,7 +165,7 @@ Python_Include_MAINTAINER= python@FreeBSD.org # also sets up: # ZOPEBASEDIR - relative base directory of zope server # SZOPEBASEDIR - absolute base directory of zope that is -# ${LOCALBASE}/${SZOPEBASEDIR} by default, +# ${LOCALBASE}/${SZOPEBASEDIR} by default, # ZOPEPRODUCTDIR - directory, where products for zope can be found # # ZOPE_VERSION - Version of zope that will be used in the port. Set this @@ -543,7 +543,7 @@ RUN_DEPENDS+= ${PYTHON_SITELIBDIR}/twisted/__init__.py:${PORTSDIR}/devel/py-twi . endif .else USE_TWISTED_VER= 20 -# Checking for twisted components +# Checking for twisted components _TWISTED_COMPONENTS?= web web2 lore news words pair mail names xish runner flow conch # XXX Should be here other dependencies types? |