diff options
Diffstat (limited to 'cad/py-pycam/Makefile')
-rw-r--r-- | cad/py-pycam/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/cad/py-pycam/Makefile b/cad/py-pycam/Makefile index c19a6cc5b8e..ab91f41475d 100644 --- a/cad/py-pycam/Makefile +++ b/cad/py-pycam/Makefile @@ -3,6 +3,7 @@ PORTNAME= pycam PORTVERSION= 0.5.1 +PORTREVISION= 1 CATEGORIES= cad python MASTER_SITES= SOURCEFORGE/pycam/${PORTNAME}/${PORTVERSION} PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -13,7 +14,7 @@ COMMENT= Toolpath generator for 3-axis CNC machining LICENSE= GPLv3 RUN_DEPENDS= ${PYTHON_SITELIBDIR}/gtk-2.0/gtk/__init__.py:x11-toolkits/py-gtk2 \ - ${PYTHON_SITELIBDIR}/OpenGL/__init__.py:graphics/py-opengl \ + ${PYTHON_SITELIBDIR}/OpenGL/__init__.py:graphics/py-PyOpenGL \ ${PYTHON_SITELIBDIR}/gtk-2.0/gtk/gdkgl/__init__.py:x11-toolkits/py-gtkglext USES= python:-2.7 |