diff options
author | garga <garga@FreeBSD.org> | 2013-11-01 17:57:50 +0800 |
---|---|---|
committer | garga <garga@FreeBSD.org> | 2013-11-01 17:57:50 +0800 |
commit | 1367e0c5f525e6da31b2343b503248102c0f5ef8 (patch) | |
tree | 0d24d2a10080624ae4a3da6c2808221490647fa2 /net/xmlrpc-c-devel | |
parent | f893e66eca1c8e1d4728c7a534d88ec3723c7eb4 (diff) | |
download | freebsd-ports-gnome-1367e0c5f525e6da31b2343b503248102c0f5ef8.tar.gz freebsd-ports-gnome-1367e0c5f525e6da31b2343b503248102c0f5ef8.tar.zst freebsd-ports-gnome-1367e0c5f525e6da31b2343b503248102c0f5ef8.zip |
Fix wrong use of OPTIONS_SUB
Reported by: danfe
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 |