aboutsummaryrefslogtreecommitdiffstats
path: root/x11
diff options
context:
space:
mode:
authorsunpoet <sunpoet@FreeBSD.org>2017-01-08 22:42:50 +0800
committersunpoet <sunpoet@FreeBSD.org>2017-01-08 22:42:50 +0800
commitd0301877d6cca2ca32e86796de1847b2b7db8bcb (patch)
tree4f8cf0221fa98015f75ccdc09bb357711936bd20 /x11
parente0d75df17059f37f67eeb4c89edb7bcc807d91c7 (diff)
downloadfreebsd-ports-gnome-d0301877d6cca2ca32e86796de1847b2b7db8bcb.tar.gz
freebsd-ports-gnome-d0301877d6cca2ca32e86796de1847b2b7db8bcb.tar.zst
freebsd-ports-gnome-d0301877d6cca2ca32e86796de1847b2b7db8bcb.zip
Use PYTHON_PKGNAMEPREFIX instead of py${PYTHON_SUFFIX}-
With hat: python
Diffstat (limited to 'x11')
-rw-r--r--x11/xpra/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/x11/xpra/Makefile b/x11/xpra/Makefile
index 3bb428012e71..b2be450e2fbb 100644
--- a/x11/xpra/Makefile
+++ b/x11/xpra/Makefile
@@ -14,7 +14,7 @@ LICENSE= GPLv2
BUILD_DEPENDS= cython:lang/cython \
${PYTHON_SITELIBDIR}/gtk-2.0/gtk/__init__.py:x11-toolkits/py-gtk2
-RUN_DEPENDS= py${PYTHON_SUFFIX}-lz4>=0.7.0_1:archivers/py-lz4 \
+RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}lz4>=0.7.0_1:archivers/py-lz4 \
${PYTHON_SITELIBDIR}/rencode/__init__.py:converters/py-rencode \
${PYTHON_SITELIBDIR}/dbus/__init__.py:devel/py-dbus \
${PYTHON_SITELIBDIR}/OpenGL/__init__.py:graphics/py-PyOpenGL \