From b3047fb5fb0bb15ad61627620aa76d34ad254f74 Mon Sep 17 00:00:00 2001 From: garga Date: Fri, 16 May 2014 17:13:02 +0000 Subject: 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(-) (limited to 'net/xmlrpc-c') 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 -- cgit