diff options
author | Renato Botelho <garga@FreeBSD.org> | 2013-09-02 09:45:00 +0000 |
---|---|---|
committer | Renato Botelho <garga@FreeBSD.org> | 2013-09-02 09:45:00 +0000 |
commit | 8009e03e6f4437b5247d35cc1b38857cb4ff68d4 (patch) | |
tree | f3e5120082665ff48535d573c7d999d9f3c937a8 /net/xmlrpc-c | |
parent | - convert to the new perl5 framework (diff) |
Change my ports to USES (gmake|perl5)
Notes
Notes:
svn path=/head/; revision=325961
Diffstat (limited to 'net/xmlrpc-c')
-rw-r--r-- | net/xmlrpc-c/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/net/xmlrpc-c/Makefile b/net/xmlrpc-c/Makefile index 10a5b2af30bc..5df32ae647e9 100644 --- a/net/xmlrpc-c/Makefile +++ b/net/xmlrpc-c/Makefile @@ -20,8 +20,7 @@ LIBWWW_DESC= Compile with libwww support CONFLICTS= xmlrpc-epi-0.* xmlrpc-c-devel-[0-9]* -USE_PERL5= yes -USE_GMAKE= yes +USES= gmake perl5 USE_AUTOTOOLS= libtool:env GNU_CONFIGURE= yes MAKEFILE= GNUmakefile |