aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/py-visual
diff options
context:
space:
mode:
authorpav <pav@FreeBSD.org>2008-07-25 20:24:09 +0800
committerpav <pav@FreeBSD.org>2008-07-25 20:24:09 +0800
commite3b31366702ca258f6d6ffde4be5684ce7083f2c (patch)
treef06f7152ec73cff1da1d55ed8fb1cbbec58110f9 /graphics/py-visual
parent416754ba19d48426d074519ec04ce7a38f75dd62 (diff)
downloadfreebsd-ports-gnome-e3b31366702ca258f6d6ffde4be5684ce7083f2c.tar.gz
freebsd-ports-gnome-e3b31366702ca258f6d6ffde4be5684ce7083f2c.tar.zst
freebsd-ports-gnome-e3b31366702ca258f6d6ffde4be5684ce7083f2c.zip
- Remove duplicates from MAKE_ENV after inclusion of CC and CXX in default MAKE_ENV
Diffstat (limited to 'graphics/py-visual')
-rw-r--r--graphics/py-visual/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/py-visual/Makefile b/graphics/py-visual/Makefile
index 7347d7a50b2b..0ccc7cfa08e9 100644
--- a/graphics/py-visual/Makefile
+++ b/graphics/py-visual/Makefile
@@ -39,7 +39,8 @@ CONFIGURE_ARGS= --with-html-dir=${DOCSDIR} --disable-dependency-tracking
CONFIGURE_ARGS+= --disable-docs
.endif
CONFIGURE_ENV= PYTHONPATH=${PYTHON_LIBDIR}
-MAKE_ENV= CFLAGS="${CFLAGS} ${PTHREAD_CFLAGS}" LDFLAGS="${LDFLAGS} ${PTREAD_LIBS}"
+CFLAGS+= ${PTHREAD_CFLAGS}
+MAKE_ENV= LDFLAGS="${LDFLAGS} ${PTREAD_LIBS}"
VPYTHON_SCRIPT= bin/vpython.in