aboutsummaryrefslogtreecommitdiffstats
path: root/x11-toolkits
diff options
context:
space:
mode:
authorwxs <wxs@FreeBSD.org>2012-08-10 22:20:23 +0800
committerwxs <wxs@FreeBSD.org>2012-08-10 22:20:23 +0800
commit0dcf10a2e0731315bcff445ab12692d9999f5d3e (patch)
tree6429adf05255fa6434d59c4fa909ae4b8e8d00aa /x11-toolkits
parent6088102cbb8d2fa0af0af583d7d0f9763bca4517 (diff)
downloadfreebsd-ports-gnome-0dcf10a2e0731315bcff445ab12692d9999f5d3e.tar.gz
freebsd-ports-gnome-0dcf10a2e0731315bcff445ab12692d9999f5d3e.tar.zst
freebsd-ports-gnome-0dcf10a2e0731315bcff445ab12692d9999f5d3e.zip
Use PYTHONPREFIX_SITELIBDIR.
PR: ports/170301 Submitted by: Jan Beich <jbeich@tormail.org> Approved by: crees@, nivit@
Diffstat (limited to 'x11-toolkits')
-rw-r--r--x11-toolkits/py-wax/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-toolkits/py-wax/Makefile b/x11-toolkits/py-wax/Makefile
index 4c32c0331470..e3f4cfb235c4 100644
--- a/x11-toolkits/py-wax/Makefile
+++ b/x11-toolkits/py-wax/Makefile
@@ -15,7 +15,7 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= nivit@FreeBSD.org
COMMENT= A user-friendly layer on top of wxPython
-RUN_DEPENDS= ${PYTHON_SITELIBDIR}/${WX_PYTHON_DIR}/wxPython/_wx.py:${PORTSDIR}/x11-toolkits/py-wxPython26
+RUN_DEPENDS= ${PYTHONPREFIX_SITELIBDIR}/${WX_PYTHON_DIR}/wxPython/_wx.py:${PORTSDIR}/x11-toolkits/py-wxPython26
NO_BUILD= yes
USE_PYTHON= yes