diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2019-10-01 14:35:23 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2019-10-01 14:35:23 +0000 |
commit | 56a6c38e8dd5173098a1a61030fb6453c8e520d7 (patch) | |
tree | 8d2cd9daf45c5a84b4b5fecf7b1dd5feb1ec16a8 /graphics/gexiv2 | |
parent | f6fd84cfb5b90b0c0d1c956223fab8938d36660f (diff) |
Notes
Diffstat (limited to 'graphics/gexiv2')
-rw-r--r-- | graphics/gexiv2/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/gexiv2/Makefile b/graphics/gexiv2/Makefile index c42907596c9e..c8dd3898c2c7 100644 --- a/graphics/gexiv2/Makefile +++ b/graphics/gexiv2/Makefile @@ -13,14 +13,14 @@ COMMENT= GObject-based wrapper around Exiv2 library LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING -BUILD_DEPENDS= gm4:devel/m4 \ - vala>=0:lang/vala +BUILD_DEPENDS= vala>=0:lang/vala LIB_DEPENDS= libexiv2.so:graphics/exiv2 USES= compiler:c++11-lang gnome libtool:build meson pathfix \ pkgconfig tar:xz USE_GNOME= glib20 introspection:build USE_LDCONFIG= yes +BINARY_WRAPPERS= gm4 OPTIONS_DEFINE= DOCS OPTIONS_SUB= yes |