diff options
author | garga <garga@FreeBSD.org> | 2014-05-17 01:13:02 +0800 |
---|---|---|
committer | garga <garga@FreeBSD.org> | 2014-05-17 01:13:02 +0800 |
commit | b3047fb5fb0bb15ad61627620aa76d34ad254f74 (patch) | |
tree | 35d4ba64c89c34a0691e13858c16efe5a4013a16 /net/xmlrpc-c | |
parent | ff82769b4b1c72b65e77bcc63ce15b346d63a4a7 (diff) | |
download | freebsd-ports-gnome-b3047fb5fb0bb15ad61627620aa76d34ad254f74.tar.gz freebsd-ports-gnome-b3047fb5fb0bb15ad61627620aa76d34ad254f74.tar.zst freebsd-ports-gnome-b3047fb5fb0bb15ad61627620aa76d34ad254f74.zip |
As pointed out by tijl@, this port doesn't need libtool at all
Diffstat (limited to 'net/xmlrpc-c')
-rw-r--r-- | net/xmlrpc-c/Makefile | 5 |
1 files 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 |