diff options
author | Boris Samorodov <bsam@FreeBSD.org> | 2009-03-11 22:19:40 +0000 |
---|---|---|
committer | Boris Samorodov <bsam@FreeBSD.org> | 2009-03-11 22:19:40 +0000 |
commit | 284140b5d29981c47a2048fc721f6c2fa6e58546 (patch) | |
tree | 73e206791c432c5ebc1ec0f08200d77c5b49db5a /graphics/geeqie | |
parent | d4f2f7c589d8e16f23b6ff252a499ceb5e49eeef (diff) | |
download | ports-284140b5d29981c47a2048fc721f6c2fa6e58546.tar.gz ports-284140b5d29981c47a2048fc721f6c2fa6e58546.zip |
Notes
Diffstat (limited to 'graphics/geeqie')
-rw-r--r-- | graphics/geeqie/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/geeqie/Makefile b/graphics/geeqie/Makefile index e5a06cd7f88d..5cf1cbd38081 100644 --- a/graphics/geeqie/Makefile +++ b/graphics/geeqie/Makefile @@ -7,6 +7,7 @@ PORTNAME= geeqie DISTVERSION= 1.0alpha3 +PORTREVISION= 1 CATEGORIES= graphics MASTER_SITES= SF @@ -37,7 +38,7 @@ OPTIONS= EXIV2 "Enable EXIV2 for metadata editing" on \ .include <bsd.port.pre.mk> .if defined(WITH_EXIV2) -LIB_DEPENDS+= exiv2.3:${PORTSDIR}/graphics/exiv2 +LIB_DEPENDS+= exiv2.7:${PORTSDIR}/graphics/exiv2 CONFIGURE_ARGS+=--enable-exiv2 .else CONFIGURE_ARGS+=--disable-exiv2 |