diff options
author | Stefan Walter <stefan@FreeBSD.org> | 2008-12-23 22:03:01 +0000 |
---|---|---|
committer | Stefan Walter <stefan@FreeBSD.org> | 2008-12-23 22:03:01 +0000 |
commit | 06b0e3d52ba77648f5d2b873f4daf0d8eb9836ec (patch) | |
tree | 29d01ca018799c294e7321f0f20c0b2e537d3823 /graphics/lphoto | |
parent | 4be5597b173bc819b905c8968f35fd2dd67d8ffa (diff) | |
download | ports-06b0e3d52ba77648f5d2b873f4daf0d8eb9836ec.tar.gz ports-06b0e3d52ba77648f5d2b873f4daf0d8eb9836ec.zip |
Notes
Diffstat (limited to 'graphics/lphoto')
-rw-r--r-- | graphics/lphoto/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/lphoto/Makefile b/graphics/lphoto/Makefile index c6b7293c18fc..7f8d2c25dd12 100644 --- a/graphics/lphoto/Makefile +++ b/graphics/lphoto/Makefile @@ -22,7 +22,7 @@ BUILD_DEPENDS= kdepyuic:${PORTSDIR}/x11-toolkits/py-kde # avcodec.1:${PORTSDIR}/multimedia/ffmpeg RUN_DEPENDS= gphoto2:${PORTSDIR}/graphics/gphoto2 \ kdepyuic:${PORTSDIR}/x11-toolkits/py-kde \ - ${PYTHON_SITELIBDIR}/OpenGL/GL/GL__init__.py:${PORTSDIR}/graphics/py-opengl + ${PYTHON_SITELIBDIR}/OpenGL/__init__.py:${PORTSDIR}/graphics/py-opengl #USE_CDRTOOLS= yes USE_PYTHON= yes |