aboutsummaryrefslogtreecommitdiffstats
path: root/cad
diff options
context:
space:
mode:
authorsunpoet <sunpoet@FreeBSD.org>2017-01-08 22:42:28 +0800
committersunpoet <sunpoet@FreeBSD.org>2017-01-08 22:42:28 +0800
commit14f965342b0b0690e299661ad3464a76a4fbe877 (patch)
tree9b5c96899c6faf1ad9161facbb3091ec2560e59b /cad
parentce592661bf4d404e7c4263af64b40ddcb8ed4205 (diff)
downloadfreebsd-ports-gnome-14f965342b0b0690e299661ad3464a76a4fbe877.tar.gz
freebsd-ports-gnome-14f965342b0b0690e299661ad3464a76a4fbe877.tar.zst
freebsd-ports-gnome-14f965342b0b0690e299661ad3464a76a4fbe877.zip
Use PYTHON_PKGNAMEPREFIX instead of py${PYTHON_SUFFIX}-
With hat: python
Diffstat (limited to 'cad')
-rw-r--r--cad/fritzing/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/cad/fritzing/Makefile b/cad/fritzing/Makefile
index 9e865ff4acab..fb487ea45bcd 100644
--- a/cad/fritzing/Makefile
+++ b/cad/fritzing/Makefile
@@ -29,7 +29,7 @@ MAKE_ENV= INSTALL_ROOT="${STAGEDIR}"
BUILD_DEPENDS+= boost-libs>1.52:devel/boost-libs
-RUN_DEPENDS+= py${PYTHON_SUFFIX}-sqlite3>0:databases/py-sqlite3
+RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}sqlite3>0:databases/py-sqlite3
.include <bsd.port.pre.mk>