aboutsummaryrefslogtreecommitdiff
path: root/graphics/gexiv2
diff options
context:
space:
mode:
authorTijl Coosemans <tijl@FreeBSD.org>2014-08-10 19:26:38 +0000
committerTijl Coosemans <tijl@FreeBSD.org>2014-08-10 19:26:38 +0000
commit6d8b323ab090ee089aba09dd01f19e558a5802bf (patch)
treec08ab05cbdf6d76f0a52b7669d4b086614aa4610 /graphics/gexiv2
parent4601848c53c25de76df86f969f7ca39753dcad18 (diff)
downloadports-6d8b323ab090ee089aba09dd01f19e558a5802bf.tar.gz
ports-6d8b323ab090ee089aba09dd01f19e558a5802bf.zip
Replace some dependencies on libtool with USES=libtool:build or a
dependency on libtoolize
Notes
Notes: svn path=/head/; revision=364561
Diffstat (limited to 'graphics/gexiv2')
-rw-r--r--graphics/gexiv2/Makefile5
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=""