diff options
author | tijl <tijl@FreeBSD.org> | 2014-02-12 21:40:02 +0800 |
---|---|---|
committer | tijl <tijl@FreeBSD.org> | 2014-02-12 21:40:02 +0800 |
commit | a30be86c016b08429174653c49ec4bfc94d252cc (patch) | |
tree | ddcc5e72ad5775682da54eb0b73a13b1d0adc44c | |
parent | f1da8226fd5549560657bbf809e592f158956154 (diff) | |
download | freebsd-ports-gnome-a30be86c016b08429174653c49ec4bfc94d252cc.tar.gz freebsd-ports-gnome-a30be86c016b08429174653c49ec4bfc94d252cc.tar.zst freebsd-ports-gnome-a30be86c016b08429174653c49ec4bfc94d252cc.zip |
- Add missing iconv dependency.
- Add USES=libtool.
-rw-r--r-- | graphics/exiv2/Makefile | 6 | ||||
-rw-r--r-- | graphics/exiv2/pkg-plist | 1 |
2 files changed, 3 insertions, 4 deletions
diff --git a/graphics/exiv2/Makefile b/graphics/exiv2/Makefile index c310b4487ac3..5d0e9aa3153d 100644 --- a/graphics/exiv2/Makefile +++ b/graphics/exiv2/Makefile @@ -3,7 +3,7 @@ PORTNAME= exiv2 PORTVERSION= 0.23 -PORTREVISION= 1 +PORTREVISION= 2 PORTEPOCH= 1 CATEGORIES= graphics MASTER_SITES= http://www.exiv2.org/ @@ -14,19 +14,17 @@ COMMENT= Exif and Iptc metadata manipulation library and tools LIB_DEPENDS= libexpat.so:${PORTSDIR}/textproc/expat2 GNU_CONFIGURE= yes -USES= gettext gmake +USES= gettext gmake iconv libtool USE_LDCONFIG= yes ALLTARGET= all CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib post-patch: - @${REINPLACE_CMD} -e 's|echo aout|echo elf|' ${WRKSRC}/configure @${REINPLACE_CMD} -e 's|(libdir)/pkgconfig|(prefix)/libdata/pkgconfig|' ${WRKSRC}/src/Makefile post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/exiv2 ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libexiv2.so.12 - .include <bsd.port.mk> diff --git a/graphics/exiv2/pkg-plist b/graphics/exiv2/pkg-plist index 4ccfafde8bd9..611e2bac3694 100644 --- a/graphics/exiv2/pkg-plist +++ b/graphics/exiv2/pkg-plist @@ -39,6 +39,7 @@ lib/libexiv2.a lib/libexiv2.la lib/libexiv2.so lib/libexiv2.so.12 +lib/libexiv2.so.12.0.0 libdata/pkgconfig/exiv2.pc man/man1/exiv2.1.gz share/locale/de/LC_MESSAGES/exiv2.mo |