diff options
author | danfe <danfe@FreeBSD.org> | 2014-11-02 04:50:25 +0800 |
---|---|---|
committer | danfe <danfe@FreeBSD.org> | 2014-11-02 04:50:25 +0800 |
commit | 73afd833d50d3952410005874ef093ef6e755538 (patch) | |
tree | 2a099f125c3a92220bf767ded9eac7031e516d91 /graphics/gexiv2 | |
parent | 1e2a98d6ba1f541889297c8a43719da62fe4d6cf (diff) | |
download | freebsd-ports-gnome-73afd833d50d3952410005874ef093ef6e755538.tar.gz freebsd-ports-gnome-73afd833d50d3952410005874ef093ef6e755538.tar.zst freebsd-ports-gnome-73afd833d50d3952410005874ef093ef6e755538.zip |
Install introspection files (as required by some programs).
Diffstat (limited to 'graphics/gexiv2')
-rw-r--r-- | graphics/gexiv2/Makefile | 6 | ||||
-rw-r--r-- | graphics/gexiv2/pkg-plist | 2 |
2 files changed, 5 insertions, 3 deletions
diff --git a/graphics/gexiv2/Makefile b/graphics/gexiv2/Makefile index 63900a82b051..13a385d98b9e 100644 --- a/graphics/gexiv2/Makefile +++ b/graphics/gexiv2/Makefile @@ -3,7 +3,7 @@ PORTNAME= gexiv2 PORTVERSION= 0.6.1 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= graphics MASTER_SITES= http://yorba.org/download/${PORTNAME}/${PORTVERSION:R}/ DISTNAME= lib${PORTNAME}_${PORTVERSION} @@ -18,9 +18,9 @@ BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4 LIB_DEPENDS= libexiv2.so:${PORTSDIR}/graphics/exiv2 USES= gmake libtool:build pkgconfig tar:xz -USE_GNOME= glib20 +USE_GNOME= glib20 introspection:build USE_LDCONFIG= yes -MAKE_ARGS= REQUIRED_CFLAGS="" +MAKE_ARGS= REQUIRED_CFLAGS="" ENABLE_INTROSPECTION=1 post-patch: @${REINPLACE_CMD} -E \ diff --git a/graphics/gexiv2/pkg-plist b/graphics/gexiv2/pkg-plist index eceef482252c..00ddd3157877 100644 --- a/graphics/gexiv2/pkg-plist +++ b/graphics/gexiv2/pkg-plist @@ -5,9 +5,11 @@ include/gexiv2/gexiv2-managed-stream.h include/gexiv2/gexiv2-preview-properties.h include/gexiv2/gexiv2-preview-image.h include/gexiv2/gexiv2-startup.h +lib/girepository-1.0/GExiv2-0.4.typelib lib/libgexiv2.a lib/libgexiv2.so lib/libgexiv2.so.2 lib/libgexiv2.so.2.0.0 libdata/pkgconfig/gexiv2.pc +share/gir-1.0/GExiv2-0.4.gir share/vala/vapi/gexiv2.vapi |