From 14f965342b0b0690e299661ad3464a76a4fbe877 Mon Sep 17 00:00:00 2001 From: sunpoet Date: Sun, 8 Jan 2017 14:42:28 +0000 Subject: Use PYTHON_PKGNAMEPREFIX instead of py${PYTHON_SUFFIX}- With hat: python --- cad/fritzing/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cad') 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 -- cgit