diff options
author | Sam Lawrance <lawrance@FreeBSD.org> | 2006-03-16 12:01:09 +0000 |
---|---|---|
committer | Sam Lawrance <lawrance@FreeBSD.org> | 2006-03-16 12:01:09 +0000 |
commit | e9a67c98a3da20a457856cfebb5ba3449a56466f (patch) | |
tree | 95859a84bce50b7800b321362a8a00c139aebbd3 /graphics | |
parent | b8356a6a85a17833cd96ed7f6cf01e153f3aedf2 (diff) | |
download | ports-e9a67c98a3da20a457856cfebb5ba3449a56466f.tar.gz ports-e9a67c98a3da20a457856cfebb5ba3449a56466f.zip |
Notes
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/py-exif/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/graphics/py-exif/Makefile b/graphics/py-exif/Makefile index 629b34162880..55a3a5b71966 100644 --- a/graphics/py-exif/Makefile +++ b/graphics/py-exif/Makefile @@ -16,6 +16,8 @@ DISTNAME= pyexif-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Python library to extract EXIF metadata from JPEG and TIFF image files +CONFLICTS= p5-Image-ExifTool-[0-9]* + USE_PYTHON= yes WRKSRC= ${WRKDIR}/pyexif DATADIR= ${PREFIX}/share/py-exif |