diff options
author | pav <pav@FreeBSD.org> | 2007-03-30 16:27:30 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2007-03-30 16:27:30 +0800 |
commit | a2b026dae5f3272affe987209e39a4e335ccfd1b (patch) | |
tree | e95a9abfc3a77e0e1dc28382e185db1508574583 /graphics/exiv2/Makefile | |
parent | bde6b3460835e331fb0ec5afba873b4e3012823c (diff) | |
download | freebsd-ports-gnome-a2b026dae5f3272affe987209e39a4e335ccfd1b.tar.gz freebsd-ports-gnome-a2b026dae5f3272affe987209e39a4e335ccfd1b.tar.zst freebsd-ports-gnome-a2b026dae5f3272affe987209e39a4e335ccfd1b.zip |
- Downgrade to 0.12, the 0.14 is API incompatible and wrecked havoc amongst the
consumers
Requested by: ale
Diffstat (limited to 'graphics/exiv2/Makefile')
-rw-r--r-- | graphics/exiv2/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/exiv2/Makefile b/graphics/exiv2/Makefile index 18722c6a52a4..9371ffaef50d 100644 --- a/graphics/exiv2/Makefile +++ b/graphics/exiv2/Makefile @@ -6,7 +6,8 @@ # PORTNAME= exiv2 -PORTVERSION= 0.14 +PORTVERSION= 0.12 +PORTEPOCH= 1 CATEGORIES= graphics MASTER_SITES= http://www.exiv2.org/ @@ -14,7 +15,6 @@ MAINTAINER= multimedia@FreeBSD.org COMMENT= Exif and Iptc metadata manipulation library and tools GNU_CONFIGURE= yes -USE_GETTEXT= yes USE_GMAKE= yes USE_LDCONFIG= yes MAN1= exiv2.1 |