- no python implies no pyste (fix conditionally created plist) [1]

- document WITH_PYSTE knob

Pointed out by:	lofi [1]
Approved by:	arved (mentor)
This commit is contained in:
Simon Barner 2005-03-09 13:03:11 +00:00
parent a78719fe04
commit e812c7abc5
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=130718

View File

@ -50,6 +50,9 @@ WITH_PYTHON= IMPLIED_BY_PYSTE
# -DWITH_PYTHON on the command line or use the devel/boost-python
# slave port.
#
# To build Pyste, the Boost.Python code generator use -DWITH_PYSTE
# (this implies -DWITH_PYTHON).
#
.if defined(WITH_PYTHON)
PKGNAMESUFFIX= -python
USE_PYTHON= 2.3+
@ -68,6 +71,7 @@ PLIST_SUB+= BOOST_PYSTE="@comment "
.endif
.else
PLIST_SUB+= BOOST_PYTHON="@comment "
PLIST_SUB+= BOOST_PYSTE="@comment "
.endif
.include <bsd.port.pre.mk>