svn commit: r430871 - head/cad/fritzing

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Jan 8 14:42:31 UTC 2017


Author: sunpoet
Date: Sun Jan  8 14:42:28 2017
New Revision: 430871
URL: https://svnweb.freebsd.org/changeset/ports/430871

Log:
  Use PYTHON_PKGNAMEPREFIX instead of py${PYTHON_SUFFIX}-
  
  With hat:	python

Modified:
  head/cad/fritzing/Makefile

Modified: head/cad/fritzing/Makefile
==============================================================================
--- head/cad/fritzing/Makefile	Sun Jan  8 14:31:16 2017	(r430870)
+++ head/cad/fritzing/Makefile	Sun Jan  8 14:42:28 2017	(r430871)
@@ -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>
 


More information about the svn-ports-head mailing list