diff options
author | lawrance <lawrance@FreeBSD.org> | 2006-03-16 20:01:09 +0800 |
---|---|---|
committer | lawrance <lawrance@FreeBSD.org> | 2006-03-16 20:01:09 +0800 |
commit | d041d819098e053dfb8d6846562a10a46c4a70ab (patch) | |
tree | 65590a143de1a0b81991eca8e21059d8b1175cb5 | |
parent | d7db0d171abf88902068e024903e1e664c29a37a (diff) | |
download | freebsd-ports-gnome-d041d819098e053dfb8d6846562a10a46c4a70ab.tar.gz freebsd-ports-gnome-d041d819098e053dfb8d6846562a10a46c4a70ab.tar.zst freebsd-ports-gnome-d041d819098e053dfb8d6846562a10a46c4a70ab.zip |
Conflicts with p5-Image-ExifTool.
PR: ports/92257
Submitted by: Goran Lowkrantz <goran.lowkrantz@ismobile.com>
-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 |