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/gwenview-kde4/Makefile | |
parent | d4f2f7c589d8e16f23b6ff252a499ceb5e49eeef (diff) | |
download | ports-284140b5d29981c47a2048fc721f6c2fa6e58546.tar.gz ports-284140b5d29981c47a2048fc721f6c2fa6e58546.zip |
. update graphics/exiv2 to the new version;
. bump ports which depends upon libexiv2.so
(the library was bumpted from *.so.3 to *.so.7);
. mark current graphics/py-exiv2 as broken since it doesn't compile
with new libexiv2; this should change with graphics/py-exiv2-0.2.
PR: ports/131376
Submitted by: bsam (me)
Discussed with: kde@
Approved by: maintainer timeout (5 weeks)
Notes
Notes:
svn path=/head/; revision=229912
Diffstat (limited to 'graphics/gwenview-kde4/Makefile')
-rw-r--r-- | graphics/gwenview-kde4/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/gwenview-kde4/Makefile b/graphics/gwenview-kde4/Makefile index 647143ed0e68..1d1d31f45c9a 100644 --- a/graphics/gwenview-kde4/Makefile +++ b/graphics/gwenview-kde4/Makefile @@ -7,7 +7,7 @@ PORTNAME= gwenview PORTVERSION= 1.4.2 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= graphics kde MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -16,7 +16,7 @@ MAINTAINER= markus@FreeBSD.org COMMENT= An image viewer and browser for the KDE environment LIB_DEPENDS= kipi.2:${PORTSDIR}/graphics/libkipi \ - exiv2.3:${PORTSDIR}/graphics/exiv2 + exiv2.7:${PORTSDIR}/graphics/exiv2 USE_BZIP2= yes USE_GMAKE= yes |