diff options
author | Tijl Coosemans <tijl@FreeBSD.org> | 2014-08-10 19:26:38 +0000 |
---|---|---|
committer | Tijl Coosemans <tijl@FreeBSD.org> | 2014-08-10 19:26:38 +0000 |
commit | 6d8b323ab090ee089aba09dd01f19e558a5802bf (patch) | |
tree | c08ab05cbdf6d76f0a52b7669d4b086614aa4610 /graphics/gexiv2 | |
parent | 4601848c53c25de76df86f969f7ca39753dcad18 (diff) | |
download | ports-6d8b323ab090ee089aba09dd01f19e558a5802bf.tar.gz ports-6d8b323ab090ee089aba09dd01f19e558a5802bf.zip |
Notes
Diffstat (limited to 'graphics/gexiv2')
-rw-r--r-- | graphics/gexiv2/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/graphics/gexiv2/Makefile b/graphics/gexiv2/Makefile index 9bf8de876be7..6f16a4d2ddec 100644 --- a/graphics/gexiv2/Makefile +++ b/graphics/gexiv2/Makefile @@ -14,11 +14,10 @@ COMMENT= GObject-based wrapper around Exiv2 library LICENSE= GPLv2 -BUILD_DEPENDS= libtool:${PORTSDIR}/devel/libtool \ - gm4:${PORTSDIR}/devel/m4 +BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4 LIB_DEPENDS= libexiv2.so:${PORTSDIR}/graphics/exiv2 -USES= gmake pkgconfig tar:xz +USES= gmake libtool:build pkgconfig tar:xz USE_GNOME= glib20 USE_LDCONFIG= yes MAKE_ARGS= REQUIRED_CFLAGS="" |