diff options
author | Renato Botelho <garga@FreeBSD.org> | 2013-11-01 09:57:50 +0000 |
---|---|---|
committer | Renato Botelho <garga@FreeBSD.org> | 2013-11-01 09:57:50 +0000 |
commit | 725bdaafc9e53ceec561005a3917a69a5f72baa0 (patch) | |
tree | 0d24d2a10080624ae4a3da6c2808221490647fa2 /net/xmlrpc-c-devel | |
parent | - Added PYDISTUTILS_AUTOPLIST and removed pkg-plist (diff) |
Fix wrong use of OPTIONS_SUB
Reported by: danfe
Notes
Notes:
svn path=/head/; revision=332346
Diffstat (limited to 'net/xmlrpc-c-devel')
-rw-r--r-- | net/xmlrpc-c-devel/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/xmlrpc-c-devel/Makefile b/net/xmlrpc-c-devel/Makefile index 926c8da8a341..0bbb3be757fa 100644 --- a/net/xmlrpc-c-devel/Makefile +++ b/net/xmlrpc-c-devel/Makefile @@ -14,7 +14,6 @@ LICENSE= BSD OPTIONS_DEFINE= DEBUG CURL LIBWWW CPLUSPLUS OPTIONS_DEFAULT=CURL LIBWWW CPLUSPLUS -OPTIONS_SUB= CPLUSPLUS LIBWWW_DESC= Compile with libwww support CPLUSPLUS_DESC= Build xmlrpc-c c++ libs and tools @@ -22,6 +21,7 @@ CPLUSPLUS_DESC= Build xmlrpc-c c++ libs and tools CONFLICTS= xmlrpc-epi-0.* xmlrpc-c-[0-9]* USES= gmake +OPTIONS_SUB= yes USE_XZ= yes GNU_CONFIGURE= yes MAKEFILE= GNUmakefile |