diff options
Diffstat (limited to 'cad/pythoncad/Makefile')
-rw-r--r-- | cad/pythoncad/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cad/pythoncad/Makefile b/cad/pythoncad/Makefile index ecb7e41268b0..6a6594577005 100644 --- a/cad/pythoncad/Makefile +++ b/cad/pythoncad/Makefile @@ -14,9 +14,9 @@ COMMENT= Open-source CAD package built designed around Python LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING -RUN_DEPENDS= ${PYTHON_SITELIBDIR}/gtk-2.0/gtk/__init__.py:x11-toolkits/py-gtk2 +RUN_DEPENDS= ${PYTHON_SITELIBDIR}/gtk-2.0/gtk/__init__.py:x11-toolkits/py-gtk2@${FLAVOR} -USES= python shebangfix +USES= python:2.7 shebangfix USE_PYTHON= distutils PYDISTUTILS_PKGNAME= PythonCAD PYDISTUTILS_PKGVERSION= DS1-R${PORTVERSION} |