svn commit: r354245 - head/net/xmlrpc-c

Renato Botelho garga at FreeBSD.org
Fri May 16 17:13:03 UTC 2014


Author: garga
Date: Fri May 16 17:13:02 2014
New Revision: 354245
URL: http://svnweb.freebsd.org/changeset/ports/354245
QAT: https://qat.redports.org/buildarchive/r354245/

Log:
  As pointed out by tijl@, this port doesn't need libtool at all

Modified:
  head/net/xmlrpc-c/Makefile

Modified: head/net/xmlrpc-c/Makefile
==============================================================================
--- head/net/xmlrpc-c/Makefile	Fri May 16 16:45:20 2014	(r354244)
+++ head/net/xmlrpc-c/Makefile	Fri May 16 17:13:02 2014	(r354245)
@@ -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
 


More information about the svn-ports-all mailing list