diff options
author | Simon Barner <barner@FreeBSD.org> | 2005-11-22 11:17:51 +0000 |
---|---|---|
committer | Simon Barner <barner@FreeBSD.org> | 2005-11-22 11:17:51 +0000 |
commit | a3fe9f01fdd1637833363c508a26400875e2cd66 (patch) | |
tree | 0009a3ad8df7c5e5798daea446ce2290cc2434dc /devel/boost | |
parent | 0185f6ae131ed3465710f7194b42f3bb20dc8877 (diff) |
Notes
Diffstat (limited to 'devel/boost')
-rw-r--r-- | devel/boost/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/devel/boost/Makefile b/devel/boost/Makefile index 6527b20cdd5d..72fdfa487814 100644 --- a/devel/boost/Makefile +++ b/devel/boost/Makefile @@ -66,7 +66,11 @@ WITH_PYTHON= IMPLIED_BY_PYSTE # (this implies -DWITH_PYTHON). # .if defined(WITH_PYTHON) +.if !defined(BOOST_GCC3_PORT) PKGNAMESUFFIX= -python +.else +PKGNAMESUFFIX= -python-gcc3 +.endif PLIST_SUB+= BOOST_PYTHON="" MAKE_ENV+= PYTHON_ROOT="${LOCALBASE}"\ PYTHON_VERSION="${PYTHON_VERSION}"\ |