aboutsummaryrefslogtreecommitdiff
path: root/devel/boost
diff options
context:
space:
mode:
authorSimon Barner <barner@FreeBSD.org>2005-03-09 13:03:11 +0000
committerSimon Barner <barner@FreeBSD.org>2005-03-09 13:03:11 +0000
commite812c7abc55260c800860b8b942a7fee8c67b307 (patch)
treee0ef1bffc8aa551be67a33ed550c4ade53580033 /devel/boost
parenta78719fe041901c96416a5b09807ec7a61fd80ac (diff)
downloadports-e812c7abc55260c800860b8b942a7fee8c67b307.tar.gz
ports-e812c7abc55260c800860b8b942a7fee8c67b307.zip
Notes
Diffstat (limited to 'devel/boost')
-rw-r--r--devel/boost/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/devel/boost/Makefile b/devel/boost/Makefile
index 9793eaeaee50..d428adb4a1a2 100644
--- a/devel/boost/Makefile
+++ b/devel/boost/Makefile
@@ -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>