From 15c4a5ecf338d0133b87647ab773c6df26f3ea15 Mon Sep 17 00:00:00 2001 From: Tijl Coosemans 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) --- graphics/libgphoto2/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'graphics/libgphoto2') diff --git a/graphics/libgphoto2/Makefile b/graphics/libgphoto2/Makefile index 7d59b947820b..faf0814581cf 100644 --- a/graphics/libgphoto2/Makefile +++ b/graphics/libgphoto2/Makefile @@ -11,9 +11,10 @@ COMMENT= Universal digital camera control library LICENSE= LGPL21 +LIB_DEPENDS= libltdl.so:${PORTSDIR}/devel/libltdl + USES= gmake iconv libtool pkgconfig tar:bzip2 USE_CSTD= gnu89 -USE_AUTOTOOLS= libltdl GNU_CONFIGURE= yes CONFIGURE_ENV= LTDLINCL="-I${LOCALBASE}/include" \ LIBLTDL="-L${LOCALBASE}/lib -lltdl" \ -- cgit v1.2.3