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) --- comms/hamlib/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'comms/hamlib') diff --git a/comms/hamlib/Makefile b/comms/hamlib/Makefile index 115f359402f8..1c96f2a4f220 100644 --- a/comms/hamlib/Makefile +++ b/comms/hamlib/Makefile @@ -13,11 +13,12 @@ COMMENT= Shared libraries for Amateur Radio Equipment Control Applications LICENSE= LGPL20 BUILD_DEPENDS= swig:${PORTSDIR}/devel/swig13 +LIB_DEPENDS= libltdl.so:${PORTSDIR}/devel/libltdl USES= perl5 libtool:keepla pkgconfig pathfix tcl USE_GNOME= libxml2 USE_PYTHON= yes -USE_AUTOTOOLS= autoconf libltdl +USE_AUTOTOOLS= autoconf USE_LDCONFIG= yes CPPFLAGS+= -I${LOCALBASE}/include LIBS+= -L${LOCALBASE}/lib -- cgit v1.2.3