diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2017-01-08 22:42:28 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2017-01-08 22:42:28 +0800 |
commit | 14f965342b0b0690e299661ad3464a76a4fbe877 (patch) | |
tree | 9b5c96899c6faf1ad9161facbb3091ec2560e59b /cad | |
parent | ce592661bf4d404e7c4263af64b40ddcb8ed4205 (diff) | |
download | freebsd-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/Makefile | 2 |
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> |