From eaa514f0d3813209c1395cde094be145dbde17e8 Mon Sep 17 00:00:00 2001 From: Renato Botelho Date: Fri, 16 May 2014 17:13:02 +0000 Subject: [PATCH] As pointed out by tijl@, this port doesn't need libtool at all --- net/xmlrpc-c/Makefile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/net/xmlrpc-c/Makefile b/net/xmlrpc-c/Makefile index 222251bcb88e..257ed9c8b542 100644 --- a/net/xmlrpc-c/Makefile +++ b/net/xmlrpc-c/Makefile @@ -19,11 +19,10 @@ LIBWWW_DESC= Compile with libwww support CONFLICTS= xmlrpc-epi-0.* xmlrpc-c-devel-[0-9]* -USES= gmake perl5 libtool +USES= gmake perl5 GNU_CONFIGURE= yes MAKEFILE= GNUmakefile -MAKE_ARGS= LIBTOOL="${LIBTOOL}" \ - CFLAGS_COMMON="${CFLAGS}" +MAKE_ARGS= CFLAGS_COMMON="${CFLAGS}" MAKE_JOBS_UNSAFE= yes USE_LDCONFIG= yes