aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Beich <jbeich@FreeBSD.org>2018-10-17 12:46:56 +0000
committerJan Beich <jbeich@FreeBSD.org>2018-10-17 12:46:56 +0000
commit8fe37106835bee9556fea26f897d2178f04e224d (patch)
tree2dce46d1b06ce9b12c7d62a20310dc3d19336cbe
parentc117979515a9dbcef2480f1601292c1b6e0993a9 (diff)
downloadports-8fe37106835bee9556fea26f897d2178f04e224d.tar.gz
ports-8fe37106835bee9556fea26f897d2178f04e224d.zip
devel/boost-python-libs: switch to FLAVOR
This port only supports Python flavors atm. Suggested by: mat
Notes
Notes: svn path=/head/; revision=482292
-rw-r--r--devel/boost-python-libs/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/boost-python-libs/Makefile b/devel/boost-python-libs/Makefile
index f7193ced73ef..9b1359bcdc74 100644
--- a/devel/boost-python-libs/Makefile
+++ b/devel/boost-python-libs/Makefile
@@ -13,7 +13,7 @@ USES= python
USE_PYTHON= flavors
# Ignore -Wregister warnings in Python.h
-CFLAGS+= ${${PY_FLAVOR}_CFLAGS}
+CFLAGS+= ${${FLAVOR}_CFLAGS}
py27_CFLAGS= -isystem ${PYTHON_INCLUDEDIR}
OPTIONS_DEFINE= DEBUG OPTIMIZED_CFLAGS