diff options
author | pav <pav@FreeBSD.org> | 2007-01-31 14:07:59 +0000 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2007-01-31 14:07:59 +0000 |
commit | e2f15954f8960a944e8d5b2c28982257d8c6e91f (patch) | |
tree | e5482b9108c459fc4f4cd991ab10f7b31c6d2ab7 /graphics | |
parent | dbbdc32fe3b192f560ba7c4cb73366f3e78757a5 (diff) | |
download | FreeBSD-ports-e2f15954f8960a944e8d5b2c28982257d8c6e91f.zip FreeBSD-ports-e2f15954f8960a944e8d5b2c28982257d8c6e91f.tar.gz |
- Use new USE_CDRTOOLS variable
Tested on: pointyhat
Diffstat (limited to 'graphics')
-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 424913e..5abc1f4 100644 --- a/graphics/lphoto/Makefile +++ b/graphics/lphoto/Makefile @@ -23,7 +23,7 @@ BUILD_DEPENDS= kdepyuic:${PORTSDIR}/x11-toolkits/py-kde RUN_DEPENDS= gphoto2:${PORTSDIR}/graphics/gphoto2 \ kdepyuic:${PORTSDIR}/x11-toolkits/py-kde \ ${PYTHON_SITELIBDIR}/OpenGL/GL/GL__init__.py:${PORTSDIR}/graphics/py-opengl -# cdrecord:${PORTSDIR}/sysutils/cdrtools +#USE_CDRTOOLS= yes USE_PYTHON= yes NO_BUILD= yes |