diff options
author | antoine <antoine@FreeBSD.org> | 2017-12-03 16:25:31 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2017-12-03 16:25:31 +0800 |
commit | 8a95dfb7081713d43136314a1408503a79a9464d (patch) | |
tree | 19fcb52e1a08c10e10288210eaf522890abc2def /graphics | |
parent | 326e1340140c5561cf3279055ceed8b18d4d6b69 (diff) | |
download | freebsd-ports-gnome-8a95dfb7081713d43136314a1408503a79a9464d.tar.gz freebsd-ports-gnome-8a95dfb7081713d43136314a1408503a79a9464d.tar.zst freebsd-ports-gnome-8a95dfb7081713d43136314a1408503a79a9464d.zip |
- Add explicit FLAVOR to a few dependencies
- Remove FLAVOR from py-docutils dependency in comms/uhd, in this case
it needs the rst2html command, not the docutils module
- Mark some ports as not compatible with python3
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/commons-utilities/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/commons-utilities/Makefile b/graphics/commons-utilities/Makefile index d3fb58d0d42c..832286e6fc69 100644 --- a/graphics/commons-utilities/Makefile +++ b/graphics/commons-utilities/Makefile @@ -16,10 +16,10 @@ RUN_DEPENDS= p5-Image-ExifTool>=0:graphics/p5-Image-ExifTool \ p5-Term-ReadKey>=0:devel/p5-Term-ReadKey \ p5-Text-CSV_XS>=0:textproc/p5-Text-CSV_XS \ p5-Text-CSV-Encoded>=0:textproc/p5-Text-CSV-Encoded \ - ${PYTHON_PKGNAMEPREFIX}mechanize>=0.2:www/py-mechanize \ + ${PYTHON_PKGNAMEPREFIX}mechanize>=0.2:www/py-mechanize@${PY_FLAVOR} \ exiv2:graphics/exiv2 -USES= jpeg perl5 python shebangfix +USES= jpeg perl5 python:2.7 shebangfix SHEBANG_FILES= commons-csv-creator USE_PERL5= run NO_BUILD= yes |