diff options
author | ahze <ahze@FreeBSD.org> | 2006-04-23 22:12:23 +0800 |
---|---|---|
committer | ahze <ahze@FreeBSD.org> | 2006-04-23 22:12:23 +0800 |
commit | f79006d7e6517db78c94b69783a42bfb1e2d5920 (patch) | |
tree | d26f54326572b96205448ad6bd142dae0a9f9725 /graphics/exiv2/Makefile | |
parent | d1108f0ecab8b2a0f48087df6f84985eecce7fe2 (diff) | |
download | freebsd-ports-gnome-f79006d7e6517db78c94b69783a42bfb1e2d5920.tar.gz freebsd-ports-gnome-f79006d7e6517db78c94b69783a42bfb1e2d5920.tar.zst freebsd-ports-gnome-f79006d7e6517db78c94b69783a42bfb1e2d5920.zip |
- Update to 0.9.1
PR: 94560
Submitted by: Mikhail T. <mi@aldan.algebra.com>
Diffstat (limited to 'graphics/exiv2/Makefile')
-rw-r--r-- | graphics/exiv2/Makefile | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/graphics/exiv2/Makefile b/graphics/exiv2/Makefile index 68faf8d1ef74..9751b1f67dbd 100644 --- a/graphics/exiv2/Makefile +++ b/graphics/exiv2/Makefile @@ -6,10 +6,9 @@ # PORTNAME= exiv2 -PORTVERSION= 0.9 +PORTVERSION= 0.9.1 CATEGORIES= graphics -MASTER_SITES= ${MASTER_SITE_LOCAL} -MASTER_SITE_SUBDIR= ahze +MASTER_SITES= http://www.exiv2.org/ MAINTAINER= ahze@FreeBSD.org COMMENT= Exif and Iptc metadata manipulation library and tools @@ -22,10 +21,6 @@ ALLTARGET= all .include <bsd.port.pre.mk> -.if ${ARCH} == "alpha" -BROKEN= "Does not compile on alpha" -.endif - .if ${OSVERSION} < 500000 USE_GCC= 3.4 .endif |