diff options
author | Marcus von Appen <mva@FreeBSD.org> | 2014-10-21 16:54:54 +0000 |
---|---|---|
committer | Marcus von Appen <mva@FreeBSD.org> | 2014-10-21 16:54:54 +0000 |
commit | 214bd533a7aa7a2f42290138bc4f5d5cae9ce19d (patch) | |
tree | b6e8a2e2e173200c3e989ccba48ea51ad0a5a047 /math/plplot | |
parent | 6c0cb7e99c6b37a63f1cfe83248e49c09bf10996 (diff) | |
download | ports-214bd533a7aa7a2f42290138bc4f5d5cae9ce19d.tar.gz ports-214bd533a7aa7a2f42290138bc4f5d5cae9ce19d.zip |
Notes
Diffstat (limited to 'math/plplot')
-rw-r--r-- | math/plplot/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/plplot/Makefile b/math/plplot/Makefile index 58e7fcd23597..f19b52529cbf 100644 --- a/math/plplot/Makefile +++ b/math/plplot/Makefile @@ -72,7 +72,7 @@ PLIST_SUB+= LUA="@comment " BUILD_DEPENDS+= swig:${PORTSDIR}/devel/swig13 \ ${PYNUMPY} RUN_DEPENDS+= ${PYNUMPY} -USE_PYTHON= yes +USES+= python PLIST_SUB+= PYTHON="" CONFIGURE_ENV+= PYTHON_VERSION="${PYTHON_VERSION}" .else |