1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-03 06:04:53 +00:00

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

This commit is contained in:
Renato Botelho 2014-05-16 17:13:02 +00:00
parent 05194b74c2
commit eaa514f0d3
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=354245

View File

@ -19,11 +19,10 @@ LIBWWW_DESC= Compile with libwww support
CONFLICTS= xmlrpc-epi-0.* xmlrpc-c-devel-[0-9]* CONFLICTS= xmlrpc-epi-0.* xmlrpc-c-devel-[0-9]*
USES= gmake perl5 libtool USES= gmake perl5
GNU_CONFIGURE= yes GNU_CONFIGURE= yes
MAKEFILE= GNUmakefile MAKEFILE= GNUmakefile
MAKE_ARGS= LIBTOOL="${LIBTOOL}" \ MAKE_ARGS= CFLAGS_COMMON="${CFLAGS}"
CFLAGS_COMMON="${CFLAGS}"
MAKE_JOBS_UNSAFE= yes MAKE_JOBS_UNSAFE= yes
USE_LDCONFIG= yes USE_LDCONFIG= yes