From c06f97c7c46a03f3f6bb887aee3534bece5267a1 Mon Sep 17 00:00:00 2001 From: tijl Date: Wed, 17 Sep 2014 07:38:15 +0000 Subject: Replace USE_AUTOTOOLS=libltdl with an ordinary LIB_DEPENDS in all ports. There are only 60 such ports so there doesn't need to be a separate keyword or USES for this. Approved by: portmgr (bapt) --- accessibility/speech-dispatcher/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'accessibility/speech-dispatcher') diff --git a/accessibility/speech-dispatcher/Makefile b/accessibility/speech-dispatcher/Makefile index 55f7e8e3b744..2449529aaf9b 100644 --- a/accessibility/speech-dispatcher/Makefile +++ b/accessibility/speech-dispatcher/Makefile @@ -13,10 +13,10 @@ LICENSE= GPLv2 LGPL21 LICENSE_COMB= multi LIB_DEPENDS= libdotconf.so:${PORTSDIR}/devel/dotconf \ + libltdl.so:${PORTSDIR}/devel/libltdl \ libsndfile.so:${PORTSDIR}/audio/libsndfile # gnomehier is required because of share/sounds directory. -USE_AUTOTOOLS= libltdl USE_GNOME= glib20 gnomehier intltool USES= gettext gmake pathfix pkgconfig libtool GNU_CONFIGURE= yes -- cgit